Html Css Color HEX #CFA6B3 Blossom

📋 copy color: '#CFA6B3'

red 207 ◦ green 166 ◦ blue 179

#CFA6B3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blossom #CFA6B3

Tints of Blossom #CFA6B3

RGB

 RED value IS 207 (81.25% from 255) = 37.5%

 GREEN value IS 166 (65.23% from 255) = 30.07%

 BLUE value IS 179 (70.31% from 255) = 32.43%

R = 37.5%
G = 30.07%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CFA6B3 (or 0xCFA6B3) is known color: Blossom. HEX triplet: CF, A6 and B3. RGB value is (207,166,179). Sum of RGB (Red+Green+Blue) = 207+166+179=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 166 (65.23% from 255 or 30.07% from 552); Blue value is 179 (70.31% from 255 or 32.43% from 552); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA6B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA6B3 is #30594C. Grayscale: #B3B3B3. Windows color (decimal): -3168589 or 11773647. OLE color: 11773647.

HSL color Cylindrical-coordinate representation of color #CFA6B3: hue angle of 340.98º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFA6B3 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 166 179 -
CMYK 0 0.20 0.14 0.19
HSL 340.98º 0.3% 0.73% -
HSV(B) 340.98º 0.2% 0.81% -
XYZ 47.51 43.79 48.6 -
YUV 179.74 127.58 147.44 -
System Red Green Blue C M Y K H S L
Decimal 207 166 179 0 0.20 0.14 0.19 340.98 0.3 0.73
Hex CF A6 B3 0 14 E 13 155 1E 49
Octal 317 246 263 0 24 16 23 525 36 111
Binary 11001111 10100110 10110011 0 10100 1110 10011 101010101 11110 1001001

Color Harmonies of #CFA6B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA6B3

Black with #CFA6B3

Text Example


Text Example

White with #CFA6B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA6B3; }

 p { color: rgb(207,166,179); }

 H1.HeaderClassName
 {
   color: #CFA6B3;
 }
 .AnyTagClassName
 {
   color: #CFA6B3;
 }
</style>

background-color css

<style>
 a { background-color: #CFA6B3; }

 a { background-color: rgb(207,166,179); }

 div.DivClassName
 {
   background-color: #CFA6B3;
 }
 .BgClassName
 {
   background-color: #CFA6B3;
 }
</style>

border-color css

<style>
 span { border-color: #CFA6B3; }

 span { border-color: rgb(207,166,179); }

 td.TdClassName
 {
   border-color: #CFA6B3;
 }
 .TagClassName
 {
   border-color: #CFA6B3;
 }
</style>