Html Css Color HEX #CAC242 Wattle

📋 copy color: '#CAC242'

red 202 ◦ green 194 ◦ blue 66

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

Shades of Wattle #CAC242

Tints of Wattle #CAC242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.29%

R = 43.72%
G = 41.99%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#CAC242 (or 0xCAC242) is known color: Wattle. HEX triplet: CA, C2 and 42. RGB value is (202,194,66). Sum of RGB (Red+Green+Blue) = 202+194+66=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 194 (76.17% from 255 or 41.99% from 462); Blue value is 66 (26.17% from 255 or 14.29% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC242 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC242 is #353DBD. Grayscale: #B6B6B6. Windows color (decimal): -3489214 or 4375242. OLE color: 4375242.

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

Color convert

RGB 202 194 66 -
CMYK 0 0.04 0.67 0.21
HSL 56.47º 0.56% 0.53% -
HSV(B) 56.47º 0.67% 0.79% -
XYZ 44.63 51.53 12.75 -
YUV 181.8 62.65 142.41 -
System Red Green Blue C M Y K H S L
Decimal 202 194 66 0 0.04 0.67 0.21 56.47 0.56 0.53
Hex CA C2 42 0 4 43 15 38 38 35
Octal 312 302 102 0 4 103 25 70 70 65
Binary 11001010 11000010 1000010 0 100 1000011 10101 111000 111000 110101

Color Harmonies of #CAC242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC242

Black with #CAC242

Text Example


Text Example

White with #CAC242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC242; }

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

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

background-color css

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

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

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

border-color css

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

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

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