Html Css Color HEX #CFACB6 Blossom

📋 copy color: '#CFACB6'

red 207 ◦ green 172 ◦ blue 182

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

Shades of Blossom #CFACB6

Tints of Blossom #CFACB6

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.66%

 BLUE value IS 182 (71.48% from 255) = 32.44%

R = 36.9%
G = 30.66%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CFACB6 (or 0xCFACB6) is known color: Blossom. HEX triplet: CF, AC and B6. RGB value is (207,172,182). Sum of RGB (Red+Green+Blue) = 207+172+182=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 172 (67.58% from 255 or 30.66% from 561); Blue value is 182 (71.48% from 255 or 32.44% from 561); Max value from RGB is 207 - color contains mainly: red. Hex color #CFACB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFACB6 is #305349. Grayscale: #B7B7B7. Windows color (decimal): -3167050 or 11971791. OLE color: 11971791.

HSL color Cylindrical-coordinate representation of color #CFACB6: hue angle of 342.86º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFACB6 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 172 182 -
CMYK 0 0.17 0.12 0.19
HSL 342.86º 0.27% 0.74% -
HSV(B) 342.86º 0.17% 0.81% -
XYZ 48.93 46.15 50.58 -
YUV 183.61 127.1 144.69 -
System Red Green Blue C M Y K H S L
Decimal 207 172 182 0 0.17 0.12 0.19 342.86 0.27 0.74
Hex CF AC B6 0 11 C 13 157 1B 4A
Octal 317 254 266 0 21 14 23 527 33 112
Binary 11001111 10101100 10110110 0 10001 1100 10011 101010111 11011 1001010

Color Harmonies of #CFACB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFACB6

Black with #CFACB6

Text Example


Text Example

White with #CFACB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFACB6; }

 p { color: rgb(207,172,182); }

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

background-color css

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

 a { background-color: rgb(207,172,182); }

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

border-color css

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

 span { border-color: rgb(207,172,182); }

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