Html Css Color HEX #CAC298 Sisal

📋 copy color: '#CAC298'

red 202 ◦ green 194 ◦ blue 152

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

Shades of Sisal #CAC298

Tints of Sisal #CAC298

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.4%

 BLUE value IS 152 (59.77% from 255) = 27.74%

R = 36.86%
G = 35.4%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#CAC298 (or 0xCAC298) is known color: Sisal. HEX triplet: CA, C2 and 98. RGB value is (202,194,152). Sum of RGB (Red+Green+Blue) = 202+194+152=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 194 (76.17% from 255 or 35.40% from 548); Blue value is 152 (59.77% from 255 or 27.74% from 548); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC298 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC298 is #353D67. Grayscale: #BFBFBF. Windows color (decimal): -3489128 or 10011338. OLE color: 10011338.

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

Color convert

RGB 202 194 152 -
CMYK 0 0.04 0.25 0.21
HSL 50.4º 0.32% 0.69% -
HSV(B) 50.4º 0.25% 0.79% -
XYZ 49.32 53.41 37.42 -
YUV 191.6 105.65 135.42 -
System Red Green Blue C M Y K H S L
Decimal 202 194 152 0 0.04 0.25 0.21 50.4 0.32 0.69
Hex CA C2 98 0 4 19 15 32 20 45
Octal 312 302 230 0 4 31 25 62 40 105
Binary 11001010 11000010 10011000 0 100 11001 10101 110010 100000 1000101

Color Harmonies of #CAC298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC298

Black with #CAC298

Text Example


Text Example

White with #CAC298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC298; }

 p { color: rgb(202,194,152); }

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

background-color css

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

 a { background-color: rgb(202,194,152); }

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

border-color css

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

 span { border-color: rgb(202,194,152); }

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