Html Css Color HEX #CCC19C Double Spanish White

📋 copy color: '#CCC19C'

red 204 ◦ green 193 ◦ blue 156

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

Shades of Double Spanish White #CCC19C

Tints of Double Spanish White #CCC19C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.9%

 BLUE value IS 156 (61.33% from 255) = 28.21%

R = 36.89%
G = 34.9%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CCC19C (or 0xCCC19C) is known color: Double Spanish White. HEX triplet: CC, C1 and 9C. RGB value is (204,193,156). Sum of RGB (Red+Green+Blue) = 204+193+156=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 193 (75.78% from 255 or 34.90% from 553); Blue value is 156 (61.33% from 255 or 28.21% from 553); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC19C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC19C is #333E63. Grayscale: #C0C0C0. Windows color (decimal): -3358308 or 10273228. OLE color: 10273228.

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

Color convert

RGB 204 193 156 -
CMYK 0 0.05 0.24 0.2
HSL 46.25º 0.32% 0.71% -
HSV(B) 46.25º 0.24% 0.8% -
XYZ 49.97 53.38 39.12 -
YUV 192.07 107.64 136.51 -
System Red Green Blue C M Y K H S L
Decimal 204 193 156 0 0.05 0.24 0.2 46.25 0.32 0.71
Hex CC C1 9C 0 5 18 14 2E 20 47
Octal 314 301 234 0 5 30 24 56 40 107
Binary 11001100 11000001 10011100 0 101 11000 10100 101110 100000 1000111

Color Harmonies of #CCC19C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC19C

Black with #CCC19C

Text Example


Text Example

White with #CCC19C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC19C; }

 p { color: rgb(204,193,156); }

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

background-color css

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

 a { background-color: rgb(204,193,156); }

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

border-color css

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

 span { border-color: rgb(204,193,156); }

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