Html Css Color HEX #CAC446 Wattle

📋 copy color: '#CAC446'

red 202 ◦ green 196 ◦ blue 70

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

Shades of Wattle #CAC446

Tints of Wattle #CAC446

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.88%

 BLUE value IS 70 (27.73% from 255) = 14.96%

R = 43.16%
G = 41.88%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#CAC446 (or 0xCAC446) is known color: Wattle. HEX triplet: CA, C4 and 46. RGB value is (202,196,70). Sum of RGB (Red+Green+Blue) = 202+196+70=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 196 (76.95% from 255 or 41.88% from 468); Blue value is 70 (27.73% from 255 or 14.96% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC446 is #353BB9. Grayscale: #B7B7B7. Windows color (decimal): -3488698 or 4637898. OLE color: 4637898.

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

Color convert

RGB 202 196 70 -
CMYK 0 0.03 0.65 0.21
HSL 57.27º 0.55% 0.53% -
HSV(B) 57.27º 0.65% 0.79% -
XYZ 45.2 52.48 13.54 -
YUV 183.43 63.99 141.25 -
System Red Green Blue C M Y K H S L
Decimal 202 196 70 0 0.03 0.65 0.21 57.27 0.55 0.53
Hex CA C4 46 0 3 41 15 39 37 35
Octal 312 304 106 0 3 101 25 71 67 65
Binary 11001010 11000100 1000110 0 11 1000001 10101 111001 110111 110101

Color Harmonies of #CAC446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC446

Black with #CAC446

Text Example


Text Example

White with #CAC446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC446; }

 p { color: rgb(202,196,70); }

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

background-color css

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

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

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

border-color css

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

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

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