Html Css Color HEX #CAC548 Wattle

📋 copy color: '#CAC548'

red 202 ◦ green 197 ◦ blue 72

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

Shades of Wattle #CAC548

Tints of Wattle #CAC548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.29%

R = 42.89%
G = 41.83%
B = 15.29%

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

#CAC548 (or 0xCAC548) is known color: Wattle. HEX triplet: CA, C5 and 48. RGB value is (202,197,72). Sum of RGB (Red+Green+Blue) = 202+197+72=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 197 (77.34% from 255 or 41.83% from 471); Blue value is 72 (28.52% from 255 or 15.29% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC548 is #353AB7. Grayscale: #B8B8B8. Windows color (decimal): -3488440 or 4769226. OLE color: 4769226.

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

Color convert

RGB 202 197 72 -
CMYK 0 0.02 0.64 0.21
HSL 57.69º 0.55% 0.54% -
HSV(B) 57.69º 0.64% 0.79% -
XYZ 45.49 52.96 13.95 -
YUV 184.25 64.66 140.66 -
System Red Green Blue C M Y K H S L
Decimal 202 197 72 0 0.02 0.64 0.21 57.69 0.55 0.54
Hex CA C5 48 0 2 40 15 3A 37 36
Octal 312 305 110 0 2 100 25 72 67 66
Binary 11001010 11000101 1001000 0 10 1000000 10101 111010 110111 110110

Color Harmonies of #CAC548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC548

Black with #CAC548

Text Example


Text Example

White with #CAC548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC548; }

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

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

background-color css

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

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

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

border-color css

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

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

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