Html Css Color HEX #CAC245 Wattle

📋 copy color: '#CAC245'

red 202 ◦ green 194 ◦ blue 69

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

Shades of Wattle #CAC245

Tints of Wattle #CAC245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.84%

R = 43.44%
G = 41.72%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#CAC245 (or 0xCAC245) is known color: Wattle. HEX triplet: CA, C2 and 45. RGB value is (202,194,69). Sum of RGB (Red+Green+Blue) = 202+194+69=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 69 (27.34% from 255 or 14.84% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC245 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC245 is #353DBA. Grayscale: #B6B6B6. Windows color (decimal): -3489211 or 4571850. OLE color: 4571850.

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

Color convert

RGB 202 194 69 -
CMYK 0 0.04 0.66 0.21
HSL 56.39º 0.56% 0.53% -
HSV(B) 56.39º 0.66% 0.79% -
XYZ 44.72 51.57 13.23 -
YUV 182.14 64.15 142.16 -
System Red Green Blue C M Y K H S L
Decimal 202 194 69 0 0.04 0.66 0.21 56.39 0.56 0.53
Hex CA C2 45 0 4 42 15 38 38 35
Octal 312 302 105 0 4 102 25 70 70 65
Binary 11001010 11000010 1000101 0 100 1000010 10101 111000 111000 110101

Color Harmonies of #CAC245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC245

Black with #CAC245

Text Example


Text Example

White with #CAC245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC245; }

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

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

background-color css

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

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

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

border-color css

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

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

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