Html Css Color HEX #CAC246 Wattle

📋 copy color: '#CAC246'

red 202 ◦ green 194 ◦ blue 70

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

Shades of Wattle #CAC246

Tints of Wattle #CAC246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.02%

R = 43.35%
G = 41.63%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#CAC246 (or 0xCAC246) is known color: Wattle. HEX triplet: CA, C2 and 46. RGB value is (202,194,70). Sum of RGB (Red+Green+Blue) = 202+194+70=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 194 (76.17% from 255 or 41.63% from 466); Blue value is 70 (27.73% from 255 or 15.02% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC246 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC246 is #353DB9. Grayscale: #B6B6B6. Windows color (decimal): -3489210 or 4637386. OLE color: 4637386.

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

Color convert

RGB 202 194 70 -
CMYK 0 0.04 0.65 0.21
HSL 56.36º 0.55% 0.53% -
HSV(B) 56.36º 0.65% 0.79% -
XYZ 44.75 51.58 13.39 -
YUV 182.26 64.65 142.08 -
System Red Green Blue C M Y K H S L
Decimal 202 194 70 0 0.04 0.65 0.21 56.36 0.55 0.53
Hex CA C2 46 0 4 41 15 38 37 35
Octal 312 302 106 0 4 101 25 70 67 65
Binary 11001010 11000010 1000110 0 100 1000001 10101 111000 110111 110101

Color Harmonies of #CAC246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC246

Black with #CAC246

Text Example


Text Example

White with #CAC246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC246; }

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

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

background-color css

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

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

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

border-color css

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

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

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