Html Css Color HEX #CAC946 Wattle

📋 copy color: '#CAC946'

red 202 ◦ green 201 ◦ blue 70

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

Shades of Wattle #CAC946

Tints of Wattle #CAC946

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.49%

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

R = 42.71%
G = 42.49%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#CAC946 (or 0xCAC946) is known color: Wattle. HEX triplet: CA, C9 and 46. RGB value is (202,201,70). Sum of RGB (Red+Green+Blue) = 202+201+70=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 201 (78.91% from 255 or 42.49% from 473); Blue value is 70 (27.73% from 255 or 14.80% from 473); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC946 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC946 is #3536B9. Grayscale: #BABABA. Windows color (decimal): -3487418 or 4639178. OLE color: 4639178.

HSL color Cylindrical-coordinate representation of color #CAC946: hue angle of 59.55º 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 #CAC946 is Cyan = 0, Magento = 0.00, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 201 70 -
CMYK 0 0.00 0.65 0.21
HSL 59.55º 0.55% 0.53% -
HSV(B) 59.55º 0.65% 0.79% -
XYZ 46.35 54.77 13.92 -
YUV 186.37 62.33 139.15 -
System Red Green Blue C M Y K H S L
Decimal 202 201 70 0 0.00 0.65 0.21 59.55 0.55 0.53
Hex CA C9 46 0 0 41 15 3C 37 35
Octal 312 311 106 0 0 101 25 74 67 65
Binary 11001010 11001001 1000110 0 0 1000001 10101 111100 110111 110101

Color Harmonies of #CAC946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC946

Black with #CAC946

Text Example


Text Example

White with #CAC946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC946; }

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

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

background-color css

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

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

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

border-color css

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

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

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