Html Css Color HEX #CFA8B3 Blossom

📋 copy color: '#CFA8B3'

red 207 ◦ green 168 ◦ blue 179

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

Shades of Blossom #CFA8B3

Tints of Blossom #CFA8B3

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.32%

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

R = 37.36%
G = 30.32%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CFA8B3 (or 0xCFA8B3) is known color: Blossom. HEX triplet: CF, A8 and B3. RGB value is (207,168,179). Sum of RGB (Red+Green+Blue) = 207+168+179=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 168 (66.02% from 255 or 30.32% from 554); Blue value is 179 (70.31% from 255 or 32.31% from 554); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA8B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA8B3 is #30574C. Grayscale: #B4B4B4. Windows color (decimal): -3168077 or 11774159. OLE color: 11774159.

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

Color convert

RGB 207 168 179 -
CMYK 0 0.19 0.14 0.19
HSL 343.08º 0.29% 0.74% -
HSV(B) 343.08º 0.19% 0.81% -
XYZ 47.87 44.53 48.72 -
YUV 180.92 126.92 146.61 -
System Red Green Blue C M Y K H S L
Decimal 207 168 179 0 0.19 0.14 0.19 343.08 0.29 0.74
Hex CF A8 B3 0 13 E 13 157 1D 4A
Octal 317 250 263 0 23 16 23 527 35 112
Binary 11001111 10101000 10110011 0 10011 1110 10011 101010111 11101 1001010

Color Harmonies of #CFA8B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA8B3

Black with #CFA8B3

Text Example


Text Example

White with #CFA8B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA8B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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