Html Css Color HEX #CFA895 Rose

📋 copy color: '#CFA895'

red 207 ◦ green 168 ◦ blue 149

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

Shades of Rose #CFA895

Tints of Rose #CFA895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.44%

R = 39.5%
G = 32.06%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CFA895 (or 0xCFA895) is known color: Rose. HEX triplet: CF, A8 and 95. RGB value is (207,168,149). Sum of RGB (Red+Green+Blue) = 207+168+149=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 168 (66.02% from 255 or 32.06% from 524); Blue value is 149 (58.59% from 255 or 28.44% from 524); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA895 is #30576A. Grayscale: #B1B1B1. Windows color (decimal): -3168107 or 9808079. OLE color: 9808079.

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

Color convert

RGB 207 168 149 -
CMYK 0 0.19 0.28 0.19
HSL 19.66º 0.38% 0.7% -
HSV(B) 19.66º 0.28% 0.81% -
XYZ 45.16 43.44 34.44 -
YUV 177.5 111.92 149.04 -
System Red Green Blue C M Y K H S L
Decimal 207 168 149 0 0.19 0.28 0.19 19.66 0.38 0.7
Hex CF A8 95 0 13 1C 13 14 26 46
Octal 317 250 225 0 23 34 23 24 46 106
Binary 11001111 10101000 10010101 0 10011 11100 10011 10100 100110 1000110

Color Harmonies of #CFA895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA895

Black with #CFA895

Text Example


Text Example

White with #CFA895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA895; }

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

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

background-color css

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

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

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

border-color css

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

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

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