Html Css Color HEX #CAC94A Wattle

📋 copy color: '#CAC94A'

red 202 ◦ green 201 ◦ blue 74

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

Shades of Wattle #CAC94A

Tints of Wattle #CAC94A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.51%

R = 42.35%
G = 42.14%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CAC94A (or 0xCAC94A) is known color: Wattle. HEX triplet: CA, C9 and 4A. RGB value is (202,201,74). Sum of RGB (Red+Green+Blue) = 202+201+74=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 201 (78.91% from 255 or 42.14% from 477); Blue value is 74 (29.30% from 255 or 15.51% from 477); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC94A is #3536B5. Grayscale: #BBBBBB. Windows color (decimal): -3487414 or 4901322. OLE color: 4901322.

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

Color convert

RGB 202 201 74 -
CMYK 0 0.00 0.63 0.21
HSL 59.53º 0.55% 0.54% -
HSV(B) 59.53º 0.63% 0.79% -
XYZ 46.48 54.82 14.61 -
YUV 186.82 64.33 138.83 -
System Red Green Blue C M Y K H S L
Decimal 202 201 74 0 0.00 0.63 0.21 59.53 0.55 0.54
Hex CA C9 4A 0 0 3F 15 3C 37 36
Octal 312 311 112 0 0 77 25 74 67 66
Binary 11001010 11001001 1001010 0 0 111111 10101 111100 110111 110110

Color Harmonies of #CAC94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC94A

Black with #CAC94A

Text Example


Text Example

White with #CAC94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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