Html Css Color HEX #CAC19D Sisal

📋 copy color: '#CAC19D'

red 202 ◦ green 193 ◦ blue 157

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

Shades of Sisal #CAC19D

Tints of Sisal #CAC19D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 28.44%

R = 36.59%
G = 34.96%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#CAC19D (or 0xCAC19D) is known color: Sisal. HEX triplet: CA, C1 and 9D. RGB value is (202,193,157). Sum of RGB (Red+Green+Blue) = 202+193+157=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 193 (75.78% from 255 or 34.96% from 552); Blue value is 157 (61.72% from 255 or 28.44% from 552); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC19D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC19D is #353E62. Grayscale: #BFBFBF. Windows color (decimal): -3489379 or 10338762. OLE color: 10338762.

HSL color Cylindrical-coordinate representation of color #CAC19D: hue angle of 48º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAC19D is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 193 157 -
CMYK 0 0.04 0.22 0.21
HSL 48º 0.3% 0.7% -
HSV(B) 48º 0.22% 0.79% -
XYZ 49.51 53.13 39.54 -
YUV 191.59 108.48 135.43 -
System Red Green Blue C M Y K H S L
Decimal 202 193 157 0 0.04 0.22 0.21 48 0.3 0.7
Hex CA C1 9D 0 4 16 15 30 1E 46
Octal 312 301 235 0 4 26 25 60 36 106
Binary 11001010 11000001 10011101 0 100 10110 10101 110000 11110 1000110

Color Harmonies of #CAC19D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC19D

Black with #CAC19D

Text Example


Text Example

White with #CAC19D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC19D; }

 p { color: rgb(202,193,157); }

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

background-color css

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

 a { background-color: rgb(202,193,157); }

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

border-color css

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

 span { border-color: rgb(202,193,157); }

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