Html Css Color HEX #CFC5A0 Double Spanish White

📋 copy color: '#CFC5A0'

red 207 ◦ green 197 ◦ blue 160

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

Shades of Double Spanish White #CFC5A0

Tints of Double Spanish White #CFC5A0

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.93%

 BLUE value IS 160 (62.89% from 255) = 28.37%

R = 36.7%
G = 34.93%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#CFC5A0 (or 0xCFC5A0) is known color: Double Spanish White. HEX triplet: CF, C5 and A0. RGB value is (207,197,160). Sum of RGB (Red+Green+Blue) = 207+197+160=564 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.70% from 564); Green value is 197 (77.34% from 255 or 34.93% from 564); Blue value is 160 (62.89% from 255 or 28.37% from 564); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC5A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC5A0 is #303A5F. Grayscale: #C3C3C3. Windows color (decimal): -3160672 or 10536399. OLE color: 10536399.

HSL color Cylindrical-coordinate representation of color #CFC5A0: hue angle of 47.23º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFC5A0 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 197 160 -
CMYK 0 0.05 0.23 0.19
HSL 47.23º 0.33% 0.72% -
HSV(B) 47.23º 0.23% 0.81% -
XYZ 52.04 55.74 41.27 -
YUV 195.77 107.81 136.01 -
System Red Green Blue C M Y K H S L
Decimal 207 197 160 0 0.05 0.23 0.19 47.23 0.33 0.72
Hex CF C5 A0 0 5 17 13 2F 21 48
Octal 317 305 240 0 5 27 23 57 41 110
Binary 11001111 11000101 10100000 0 101 10111 10011 101111 100001 1001000

Color Harmonies of #CFC5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC5A0

Black with #CFC5A0

Text Example


Text Example

White with #CFC5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC5A0; }

 p { color: rgb(207,197,160); }

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

background-color css

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

 a { background-color: rgb(207,197,160); }

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

border-color css

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

 span { border-color: rgb(207,197,160); }

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