Html Css Color HEX #CAC632 Wattle

📋 copy color: '#CAC632'

red 202 ◦ green 198 ◦ blue 50

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

Shades of Wattle #CAC632

Tints of Wattle #CAC632

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44%

 BLUE value IS 50 (19.92% from 255) = 11.11%

R = 44.89%
G = 44%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#CAC632 (or 0xCAC632) is known color: Wattle. HEX triplet: CA, C6 and 32. RGB value is (202,198,50). Sum of RGB (Red+Green+Blue) = 202+198+50=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 198 (77.73% from 255 or 44% from 450); Blue value is 50 (19.92% from 255 or 11.11% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC632 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC632 is #3539CD. Grayscale: #B6B6B6. Windows color (decimal): -3488206 or 3327690. OLE color: 3327690.

HSL color Cylindrical-coordinate representation of color #CAC632: hue angle of 58.42º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CAC632 is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 198 50 -
CMYK 0 0.02 0.75 0.21
HSL 58.42º 0.6% 0.49% -
HSV(B) 58.42º 0.75% 0.79% -
XYZ 45.13 53.18 10.9 -
YUV 182.32 53.33 142.03 -
System Red Green Blue C M Y K H S L
Decimal 202 198 50 0 0.02 0.75 0.21 58.42 0.6 0.49
Hex CA C6 32 0 2 4B 15 3A 3C 31
Octal 312 306 62 0 2 113 25 72 74 61
Binary 11001010 11000110 110010 0 10 1001011 10101 111010 111100 110001

Color Harmonies of #CAC632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC632

Black with #CAC632

Text Example


Text Example

White with #CAC632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC632; }

 p { color: rgb(202,198,50); }

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

background-color css

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

 a { background-color: rgb(202,198,50); }

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

border-color css

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

 span { border-color: rgb(202,198,50); }

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