Html Css Color HEX #CAC241 Wattle

📋 copy color: '#CAC241'

red 202 ◦ green 194 ◦ blue 65

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

Shades of Wattle #CAC241

Tints of Wattle #CAC241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.1%

R = 43.82%
G = 42.08%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CAC241 (or 0xCAC241) is known color: Wattle. HEX triplet: CA, C2 and 41. RGB value is (202,194,65). Sum of RGB (Red+Green+Blue) = 202+194+65=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 194 (76.17% from 255 or 42.08% from 461); Blue value is 65 (25.78% from 255 or 14.10% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC241 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC241 is #353DBE. Grayscale: #B6B6B6. Windows color (decimal): -3489215 or 4309706. OLE color: 4309706.

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

Color convert

RGB 202 194 65 -
CMYK 0 0.04 0.68 0.21
HSL 56.5º 0.56% 0.52% -
HSV(B) 56.5º 0.68% 0.79% -
XYZ 44.6 51.52 12.59 -
YUV 181.69 62.15 142.49 -
System Red Green Blue C M Y K H S L
Decimal 202 194 65 0 0.04 0.68 0.21 56.5 0.56 0.52
Hex CA C2 41 0 4 44 15 38 38 34
Octal 312 302 101 0 4 104 25 70 70 64
Binary 11001010 11000010 1000001 0 100 1000100 10101 111000 111000 110100

Color Harmonies of #CAC241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC241

Black with #CAC241

Text Example


Text Example

White with #CAC241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC241; }

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

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

background-color css

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

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

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

border-color css

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

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

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