Html Css Color HEX #CCC19F Double Spanish White

📋 copy color: '#CCC19F'

red 204 ◦ green 193 ◦ blue 159

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

Shades of Double Spanish White #CCC19F

Tints of Double Spanish White #CCC19F

RGB

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

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

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

R = 36.69%
G = 34.71%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#CCC19F (or 0xCCC19F) is known color: Double Spanish White. HEX triplet: CC, C1 and 9F. RGB value is (204,193,159). Sum of RGB (Red+Green+Blue) = 204+193+159=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 193 (75.78% from 255 or 34.71% from 556); Blue value is 159 (62.5% from 255 or 28.60% from 556); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC19F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC19F is #333E60. Grayscale: #C0C0C0. Windows color (decimal): -3358305 or 10469836. OLE color: 10469836.

HSL color Cylindrical-coordinate representation of color #CCC19F: hue angle of 45.33º 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 #CCC19F is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 193 159 -
CMYK 0 0.05 0.22 0.2
HSL 45.33º 0.31% 0.71% -
HSV(B) 45.33º 0.22% 0.8% -
XYZ 50.23 53.48 40.48 -
YUV 192.41 109.14 136.26 -
System Red Green Blue C M Y K H S L
Decimal 204 193 159 0 0.05 0.22 0.2 45.33 0.31 0.71
Hex CC C1 9F 0 5 16 14 2D 1F 47
Octal 314 301 237 0 5 26 24 55 37 107
Binary 11001100 11000001 10011111 0 101 10110 10100 101101 11111 1000111

Color Harmonies of #CCC19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC19F

Black with #CCC19F

Text Example


Text Example

White with #CCC19F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC19F; }

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

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

background-color css

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

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

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

border-color css

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

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

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