Html Css Color HEX #CFA694 Rose

📋 copy color: '#CFA694'

red 207 ◦ green 166 ◦ blue 148

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

Shades of Rose #CFA694

Tints of Rose #CFA694

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.86%

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

R = 39.73%
G = 31.86%
B = 28.41%

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

#CFA694 (or 0xCFA694) is known color: Rose. HEX triplet: CF, A6 and 94. RGB value is (207,166,148). Sum of RGB (Red+Green+Blue) = 207+166+148=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 166 (65.23% from 255 or 31.86% from 521); Blue value is 148 (58.20% from 255 or 28.41% from 521); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA694 is #30596B. Grayscale: #B0B0B0. Windows color (decimal): -3168620 or 9742031. OLE color: 9742031.

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

Color convert

RGB 207 166 148 -
CMYK 0 0.20 0.29 0.19
HSL 18.31º 0.38% 0.7% -
HSV(B) 18.31º 0.29% 0.81% -
XYZ 44.71 42.68 33.9 -
YUV 176.21 112.08 149.96 -
System Red Green Blue C M Y K H S L
Decimal 207 166 148 0 0.20 0.29 0.19 18.31 0.38 0.7
Hex CF A6 94 0 14 1D 13 12 26 46
Octal 317 246 224 0 24 35 23 22 46 106
Binary 11001111 10100110 10010100 0 10100 11101 10011 10010 100110 1000110

Color Harmonies of #CFA694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA694

Black with #CFA694

Text Example


Text Example

White with #CFA694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA694; }

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

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

background-color css

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

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

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

border-color css

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

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

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