Html Css Color HEX #CFA595 Rose

📋 copy color: '#CFA595'

red 207 ◦ green 165 ◦ blue 149

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

Shades of Rose #CFA595

Tints of Rose #CFA595

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.67%

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

R = 39.73%
G = 31.67%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CFA595 (or 0xCFA595) is known color: Rose. HEX triplet: CF, A5 and 95. RGB value is (207,165,149). Sum of RGB (Red+Green+Blue) = 207+165+149=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 165 (64.84% from 255 or 31.67% from 521); Blue value is 149 (58.59% from 255 or 28.60% from 521); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA595 is #305A6A. Grayscale: #AFAFAF. Windows color (decimal): -3168875 or 9807311. OLE color: 9807311.

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

Color convert

RGB 207 165 149 -
CMYK 0 0.20 0.28 0.19
HSL 16.55º 0.38% 0.7% -
HSV(B) 16.55º 0.28% 0.81% -
XYZ 44.61 42.35 34.26 -
YUV 175.73 112.91 150.3 -
System Red Green Blue C M Y K H S L
Decimal 207 165 149 0 0.20 0.28 0.19 16.55 0.38 0.7
Hex CF A5 95 0 14 1C 13 11 26 46
Octal 317 245 225 0 24 34 23 21 46 106
Binary 11001111 10100101 10010101 0 10100 11100 10011 10001 100110 1000110

Color Harmonies of #CFA595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA595

Black with #CFA595

Text Example


Text Example

White with #CFA595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA595; }

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

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

background-color css

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

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

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

border-color css

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

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

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