Html Css Color HEX #CFABB5 Blossom

📋 copy color: '#CFABB5'

red 207 ◦ green 171 ◦ blue 181

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

Shades of Blossom #CFABB5

Tints of Blossom #CFABB5

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.59%

 BLUE value IS 181 (71.09% from 255) = 32.38%

R = 37.03%
G = 30.59%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CFABB5 (or 0xCFABB5) is known color: Blossom. HEX triplet: CF, AB and B5. RGB value is (207,171,181). Sum of RGB (Red+Green+Blue) = 207+171+181=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 181 (71.09% from 255 or 32.38% from 559); Max value from RGB is 207 - color contains mainly: red. Hex color #CFABB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFABB5 is #30544A. Grayscale: #B6B6B6. Windows color (decimal): -3167307 or 11905999. OLE color: 11905999.

HSL color Cylindrical-coordinate representation of color #CFABB5: hue angle of 343.33º 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 #CFABB5 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 171 181 -
CMYK 0 0.17 0.13 0.19
HSL 343.33º 0.27% 0.74% -
HSV(B) 343.33º 0.17% 0.81% -
XYZ 48.64 45.73 49.98 -
YUV 182.9 126.93 145.19 -
System Red Green Blue C M Y K H S L
Decimal 207 171 181 0 0.17 0.13 0.19 343.33 0.27 0.74
Hex CF AB B5 0 11 D 13 157 1B 4A
Octal 317 253 265 0 21 15 23 527 33 112
Binary 11001111 10101011 10110101 0 10001 1101 10011 101010111 11011 1001010

Color Harmonies of #CFABB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFABB5

Black with #CFABB5

Text Example


Text Example

White with #CFABB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFABB5; }

 p { color: rgb(207,171,181); }

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

background-color css

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

 a { background-color: rgb(207,171,181); }

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

border-color css

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

 span { border-color: rgb(207,171,181); }

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