Html Css Color HEX #CFA495 Rose

📋 copy color: '#CFA495'

red 207 ◦ green 164 ◦ blue 149

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

Shades of Rose #CFA495

Tints of Rose #CFA495

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.54%

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

R = 39.81%
G = 31.54%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CFA495 (or 0xCFA495) is known color: Rose. HEX triplet: CF, A4 and 95. RGB value is (207,164,149). Sum of RGB (Red+Green+Blue) = 207+164+149=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 164 (64.45% from 255 or 31.54% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA495 is #305B6A. Grayscale: #AFAFAF. Windows color (decimal): -3169131 or 9807055. OLE color: 9807055.

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

Color convert

RGB 207 164 149 -
CMYK 0 0.21 0.28 0.19
HSL 15.52º 0.38% 0.7% -
HSV(B) 15.52º 0.28% 0.81% -
XYZ 44.43 41.99 34.2 -
YUV 175.15 113.25 150.72 -
System Red Green Blue C M Y K H S L
Decimal 207 164 149 0 0.21 0.28 0.19 15.52 0.38 0.7
Hex CF A4 95 0 15 1C 13 10 26 46
Octal 317 244 225 0 25 34 23 20 46 106
Binary 11001111 10100100 10010101 0 10101 11100 10011 10000 100110 1000110

Color Harmonies of #CFA495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA495

Black with #CFA495

Text Example


Text Example

White with #CFA495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA495; }

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

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

background-color css

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

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

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

border-color css

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

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

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