Html Css Color HEX #CAC337 Wattle

📋 copy color: '#CAC337'

red 202 ◦ green 195 ◦ blue 55

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

Shades of Wattle #CAC337

Tints of Wattle #CAC337

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.14%

 BLUE value IS 55 (21.88% from 255) = 12.17%

R = 44.69%
G = 43.14%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#CAC337 (or 0xCAC337) is known color: Wattle. HEX triplet: CA, C3 and 37. RGB value is (202,195,55). Sum of RGB (Red+Green+Blue) = 202+195+55=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 195 (76.56% from 255 or 43.14% from 452); Blue value is 55 (21.88% from 255 or 12.17% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC337 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC337 is #353CC8. Grayscale: #B5B5B5. Windows color (decimal): -3488969 or 3654602. OLE color: 3654602.

HSL color Cylindrical-coordinate representation of color #CAC337: hue angle of 57.14º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CAC337 is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 195 55 -
CMYK 0 0.03 0.73 0.21
HSL 57.14º 0.58% 0.5% -
HSV(B) 57.14º 0.73% 0.79% -
XYZ 44.56 51.86 11.28 -
YUV 181.13 56.82 142.88 -
System Red Green Blue C M Y K H S L
Decimal 202 195 55 0 0.03 0.73 0.21 57.14 0.58 0.5
Hex CA C3 37 0 3 49 15 39 3A 32
Octal 312 303 67 0 3 111 25 71 72 62
Binary 11001010 11000011 110111 0 11 1001001 10101 111001 111010 110010

Color Harmonies of #CAC337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC337

Black with #CAC337

Text Example


Text Example

White with #CAC337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC337; }

 p { color: rgb(202,195,55); }

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

background-color css

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

 a { background-color: rgb(202,195,55); }

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

border-color css

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

 span { border-color: rgb(202,195,55); }

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