Html Css Color HEX #CFA9B4 Blossom

📋 copy color: '#CFA9B4'

red 207 ◦ green 169 ◦ blue 180

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

Shades of Blossom #CFA9B4

Tints of Blossom #CFA9B4

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.4%

 BLUE value IS 180 (70.7% from 255) = 32.37%

R = 37.23%
G = 30.4%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CFA9B4 (or 0xCFA9B4) is known color: Blossom. HEX triplet: CF, A9 and B4. RGB value is (207,169,180). Sum of RGB (Red+Green+Blue) = 207+169+180=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 169 (66.41% from 255 or 30.40% from 556); Blue value is 180 (70.70% from 255 or 32.37% from 556); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA9B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA9B4 is #30564B. Grayscale: #B5B5B5. Windows color (decimal): -3167820 or 11839951. OLE color: 11839951.

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

Color convert

RGB 207 169 180 -
CMYK 0 0.18 0.13 0.19
HSL 342.63º 0.28% 0.74% -
HSV(B) 342.63º 0.18% 0.81% -
XYZ 48.16 44.94 49.32 -
YUV 181.62 127.09 146.11 -
System Red Green Blue C M Y K H S L
Decimal 207 169 180 0 0.18 0.13 0.19 342.63 0.28 0.74
Hex CF A9 B4 0 12 D 13 157 1C 4A
Octal 317 251 264 0 22 15 23 527 34 112
Binary 11001111 10101001 10110100 0 10010 1101 10011 101010111 11100 1001010

Color Harmonies of #CFA9B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA9B4

Black with #CFA9B4

Text Example


Text Example

White with #CFA9B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA9B4; }

 p { color: rgb(207,169,180); }

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

background-color css

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

 a { background-color: rgb(207,169,180); }

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

border-color css

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

 span { border-color: rgb(207,169,180); }

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