Html Css Color HEX #CAC746 Wattle

📋 copy color: '#CAC746'

red 202 ◦ green 199 ◦ blue 70

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

Shades of Wattle #CAC746

Tints of Wattle #CAC746

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.25%

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

R = 42.89%
G = 42.25%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#CAC746 (or 0xCAC746) is known color: Wattle. HEX triplet: CA, C7 and 46. RGB value is (202,199,70). Sum of RGB (Red+Green+Blue) = 202+199+70=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 199 (78.12% from 255 or 42.25% from 471); Blue value is 70 (27.73% from 255 or 14.86% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC746 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC746 is #3538B9. Grayscale: #B9B9B9. Windows color (decimal): -3487930 or 4638666. OLE color: 4638666.

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

Color convert

RGB 202 199 70 -
CMYK 0 0.01 0.65 0.21
HSL 58.64º 0.55% 0.53% -
HSV(B) 58.64º 0.65% 0.79% -
XYZ 45.89 53.85 13.77 -
YUV 185.19 62.99 139.99 -
System Red Green Blue C M Y K H S L
Decimal 202 199 70 0 0.01 0.65 0.21 58.64 0.55 0.53
Hex CA C7 46 0 1 41 15 3B 37 35
Octal 312 307 106 0 1 101 25 73 67 65
Binary 11001010 11000111 1000110 0 1 1000001 10101 111011 110111 110101

Color Harmonies of #CAC746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC746

Black with #CAC746

Text Example


Text Example

White with #CAC746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC746; }

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

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

background-color css

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

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

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

border-color css

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

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

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