Html Css Color HEX #CFA594 Rose

📋 copy color: '#CFA594'

red 207 ◦ green 165 ◦ blue 148

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

Shades of Rose #CFA594

Tints of Rose #CFA594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.46%

R = 39.81%
G = 31.73%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CFA594 (or 0xCFA594) is known color: Rose. HEX triplet: CF, A5 and 94. RGB value is (207,165,148). Sum of RGB (Red+Green+Blue) = 207+165+148=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 165 (64.84% from 255 or 31.73% from 520); Blue value is 148 (58.20% from 255 or 28.46% from 520); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA594 is #305A6B. Grayscale: #AFAFAF. Windows color (decimal): -3168876 or 9741775. OLE color: 9741775.

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

Color convert

RGB 207 165 148 -
CMYK 0 0.20 0.29 0.19
HSL 17.29º 0.38% 0.7% -
HSV(B) 17.29º 0.29% 0.81% -
XYZ 44.53 42.31 33.84 -
YUV 175.62 112.41 150.38 -
System Red Green Blue C M Y K H S L
Decimal 207 165 148 0 0.20 0.29 0.19 17.29 0.38 0.7
Hex CF A5 94 0 14 1D 13 11 26 46
Octal 317 245 224 0 24 35 23 21 46 106
Binary 11001111 10100101 10010100 0 10100 11101 10011 10001 100110 1000110

Color Harmonies of #CFA594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA594

Black with #CFA594

Text Example


Text Example

White with #CFA594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA594; }

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

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

background-color css

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

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

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

border-color css

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

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

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