Html Css Color HEX #CCC09F Double Spanish White

📋 copy color: '#CCC09F'

red 204 ◦ green 192 ◦ blue 159

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

Shades of Double Spanish White #CCC09F

Tints of Double Spanish White #CCC09F

RGB

 RED value IS 204 (80.08% from 255) = 36.76%

 GREEN value IS 192 (75.39% from 255) = 34.59%

 BLUE value IS 159 (62.5% from 255) = 28.65%

R = 36.76%
G = 34.59%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#CCC09F (or 0xCCC09F) is known color: Double Spanish White. HEX triplet: CC, C0 and 9F. RGB value is (204,192,159). Sum of RGB (Red+Green+Blue) = 204+192+159=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 192 (75.39% from 255 or 34.59% from 555); Blue value is 159 (62.5% from 255 or 28.65% from 555); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC09F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC09F is #333F60. Grayscale: #BFBFBF. Windows color (decimal): -3358561 or 10469580. OLE color: 10469580.

HSL color Cylindrical-coordinate representation of color #CCC09F: hue angle of 44º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCC09F is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 192 159 -
CMYK 0 0.06 0.22 0.2
HSL 44º 0.31% 0.71% -
HSV(B) 44º 0.22% 0.8% -
XYZ 50.01 53.04 40.4 -
YUV 191.83 109.48 136.68 -
System Red Green Blue C M Y K H S L
Decimal 204 192 159 0 0.06 0.22 0.2 44 0.31 0.71
Hex CC C0 9F 0 6 16 14 2C 1F 47
Octal 314 300 237 0 6 26 24 54 37 107
Binary 11001100 11000000 10011111 0 110 10110 10100 101100 11111 1000111

Color Harmonies of #CCC09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC09F

Black with #CCC09F

Text Example


Text Example

White with #CCC09F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC09F; }

 p { color: rgb(204,192,159); }

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

background-color css

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

 a { background-color: rgb(204,192,159); }

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

border-color css

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

 span { border-color: rgb(204,192,159); }

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