Html Css Color HEX #CAC147 Wattle

📋 copy color: '#CAC147'

red 202 ◦ green 193 ◦ blue 71

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

Shades of Wattle #CAC147

Tints of Wattle #CAC147

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.42%

 BLUE value IS 71 (28.13% from 255) = 15.24%

R = 43.35%
G = 41.42%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#CAC147 (or 0xCAC147) is known color: Wattle. HEX triplet: CA, C1 and 47. RGB value is (202,193,71). Sum of RGB (Red+Green+Blue) = 202+193+71=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 71 (28.12% from 255 or 15.24% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC147 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC147 is #353EB8. Grayscale: #B6B6B6. Windows color (decimal): -3489465 or 4702666. OLE color: 4702666.

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

Color convert

RGB 202 193 71 -
CMYK 0 0.04 0.65 0.21
HSL 55.88º 0.55% 0.54% -
HSV(B) 55.88º 0.65% 0.79% -
XYZ 44.56 51.15 13.49 -
YUV 181.78 65.48 142.42 -
System Red Green Blue C M Y K H S L
Decimal 202 193 71 0 0.04 0.65 0.21 55.88 0.55 0.54
Hex CA C1 47 0 4 41 15 38 37 36
Octal 312 301 107 0 4 101 25 70 67 66
Binary 11001010 11000001 1000111 0 100 1000001 10101 111000 110111 110110

Color Harmonies of #CAC147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC147

Black with #CAC147

Text Example


Text Example

White with #CAC147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC147; }

 p { color: rgb(202,193,71); }

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

background-color css

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

 a { background-color: rgb(202,193,71); }

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

border-color css

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

 span { border-color: rgb(202,193,71); }

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