Html Css Color HEX #CACA49 Wattle

📋 copy color: '#CACA49'

red 202 ◦ green 202 ◦ blue 73

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

Shades of Wattle #CACA49

Tints of Wattle #CACA49

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.35%

 BLUE value IS 73 (28.91% from 255) = 15.3%

R = 42.35%
G = 42.35%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CACA49 (or 0xCACA49) is known color: Wattle. HEX triplet: CA, CA and 49. RGB value is (202,202,73). Sum of RGB (Red+Green+Blue) = 202+202+73=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 73 (28.91% from 255 or 15.30% from 477); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACA49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CACA49 is #3535B6. Grayscale: #BBBBBB. Windows color (decimal): -3487159 or 4836042. OLE color: 4836042.

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

Color convert

RGB 202 202 73 -
CMYK 0 0 0.64 0.21
HSL 60º 0.55% 0.54% -
HSV(B) 60º 0.64% 0.79% -
XYZ 46.68 55.28 14.51 -
YUV 187.29 63.5 138.49 -
System Red Green Blue C M Y K H S L
Decimal 202 202 73 0 0 0.64 0.21 60 0.55 0.54
Hex CA CA 49 0 0 40 15 3C 37 36
Octal 312 312 111 0 0 100 25 74 67 66
Binary 11001010 11001010 1001001 0 0 1000000 10101 111100 110111 110110

Color Harmonies of #CACA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACA49

Black with #CACA49

Text Example


Text Example

White with #CACA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACA49; }

 p { color: rgb(202,202,73); }

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

background-color css

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

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

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

border-color css

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

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

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