Html Css Color HEX #CFA995 Rose

📋 copy color: '#CFA995'

red 207 ◦ green 169 ◦ blue 149

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

Shades of Rose #CFA995

Tints of Rose #CFA995

RGB

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

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

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

R = 39.43%
G = 32.19%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CFA995 (or 0xCFA995) is known color: Rose. HEX triplet: CF, A9 and 95. RGB value is (207,169,149). Sum of RGB (Red+Green+Blue) = 207+169+149=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 169 (66.41% from 255 or 32.19% from 525); Blue value is 149 (58.59% from 255 or 28.38% from 525); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA995 is #30566A. Grayscale: #B2B2B2. Windows color (decimal): -3167851 or 9808335. OLE color: 9808335.

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

Color convert

RGB 207 169 149 -
CMYK 0 0.18 0.28 0.19
HSL 20.69º 0.38% 0.7% -
HSV(B) 20.69º 0.28% 0.81% -
XYZ 45.34 43.81 34.5 -
YUV 178.08 111.59 148.63 -
System Red Green Blue C M Y K H S L
Decimal 207 169 149 0 0.18 0.28 0.19 20.69 0.38 0.7
Hex CF A9 95 0 12 1C 13 15 26 46
Octal 317 251 225 0 22 34 23 25 46 106
Binary 11001111 10101001 10010101 0 10010 11100 10011 10101 100110 1000110

Color Harmonies of #CFA995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA995

Black with #CFA995

Text Example


Text Example

White with #CFA995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA995; }

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

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

background-color css

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

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

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

border-color css

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

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

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