Html Css Color HEX #CAC094 Sisal

📋 copy color: '#CAC094'

red 202 ◦ green 192 ◦ blue 148

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

Shades of Sisal #CAC094

Tints of Sisal #CAC094

RGB

 RED value IS 202 (79.3% from 255) = 37.27%

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

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

R = 37.27%
G = 35.42%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#CAC094 (or 0xCAC094) is known color: Sisal. HEX triplet: CA, C0 and 94. RGB value is (202,192,148). Sum of RGB (Red+Green+Blue) = 202+192+148=542 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.27% from 542); Green value is 192 (75.39% from 255 or 35.42% from 542); Blue value is 148 (58.20% from 255 or 27.31% from 542); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC094 is #353F6B. Grayscale: #BEBEBE. Windows color (decimal): -3489644 or 9748682. OLE color: 9748682.

HSL color Cylindrical-coordinate representation of color #CAC094: hue angle of 48.89º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAC094 is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 192 148 -
CMYK 0 0.05 0.27 0.21
HSL 48.89º 0.34% 0.69% -
HSV(B) 48.89º 0.27% 0.79% -
XYZ 48.55 52.39 35.57 -
YUV 189.97 104.31 136.58 -
System Red Green Blue C M Y K H S L
Decimal 202 192 148 0 0.05 0.27 0.21 48.89 0.34 0.69
Hex CA C0 94 0 5 1B 15 31 22 45
Octal 312 300 224 0 5 33 25 61 42 105
Binary 11001010 11000000 10010100 0 101 11011 10101 110001 100010 1000101

Color Harmonies of #CAC094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC094

Black with #CAC094

Text Example


Text Example

White with #CAC094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC094; }

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

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

background-color css

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

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

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

border-color css

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

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

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