Html Css Color HEX #CAC549 Wattle

📋 copy color: '#CAC549'

red 202 ◦ green 197 ◦ blue 73

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

Shades of Wattle #CAC549

Tints of Wattle #CAC549

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.74%

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

R = 42.8%
G = 41.74%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CAC549 (or 0xCAC549) is known color: Wattle. HEX triplet: CA, C5 and 49. RGB value is (202,197,73). Sum of RGB (Red+Green+Blue) = 202+197+73=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 197 (77.34% from 255 or 41.74% from 472); Blue value is 73 (28.91% from 255 or 15.47% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC549 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC549 is #353AB6. Grayscale: #B8B8B8. Windows color (decimal): -3488439 or 4834762. OLE color: 4834762.

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

Color convert

RGB 202 197 73 -
CMYK 0 0.02 0.64 0.21
HSL 57.67º 0.55% 0.54% -
HSV(B) 57.67º 0.64% 0.79% -
XYZ 45.53 52.97 14.13 -
YUV 184.36 65.16 140.58 -
System Red Green Blue C M Y K H S L
Decimal 202 197 73 0 0.02 0.64 0.21 57.67 0.55 0.54
Hex CA C5 49 0 2 40 15 3A 37 36
Octal 312 305 111 0 2 100 25 72 67 66
Binary 11001010 11000101 1001001 0 10 1000000 10101 111010 110111 110110

Color Harmonies of #CAC549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC549

Black with #CAC549

Text Example


Text Example

White with #CAC549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC549; }

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

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

background-color css

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

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

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

border-color css

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

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

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