Html Css Color HEX #CCC094 Sisal

📋 copy color: '#CCC094'

red 204 ◦ green 192 ◦ blue 148

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

Shades of Sisal #CCC094

Tints of Sisal #CCC094

RGB

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

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

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

R = 37.5%
G = 35.29%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CCC094 (or 0xCCC094) is known color: Sisal. HEX triplet: CC, C0 and 94. RGB value is (204,192,148). Sum of RGB (Red+Green+Blue) = 204+192+148=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 192 (75.39% from 255 or 35.29% from 544); Blue value is 148 (58.20% from 255 or 27.21% from 544); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC094 is #333F6B. Grayscale: #BEBEBE. Windows color (decimal): -3358572 or 9748684. OLE color: 9748684.

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

Color convert

RGB 204 192 148 -
CMYK 0 0.06 0.27 0.2
HSL 47.14º 0.35% 0.69% -
HSV(B) 47.14º 0.27% 0.8% -
XYZ 49.1 52.67 35.6 -
YUV 190.57 103.98 137.58 -
System Red Green Blue C M Y K H S L
Decimal 204 192 148 0 0.06 0.27 0.2 47.14 0.35 0.69
Hex CC C0 94 0 6 1B 14 2F 23 45
Octal 314 300 224 0 6 33 24 57 43 105
Binary 11001100 11000000 10010100 0 110 11011 10100 101111 100011 1000101

Color Harmonies of #CCC094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC094

Black with #CCC094

Text Example


Text Example

White with #CCC094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC094; }

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

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

background-color css

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

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

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

border-color css

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

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

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