Html Css Color HEX #CAC141 Wattle

📋 copy color: '#CAC141'

red 202 ◦ green 193 ◦ blue 65

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

Shades of Wattle #CAC141

Tints of Wattle #CAC141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.13%

R = 43.91%
G = 41.96%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CAC141 (or 0xCAC141) is known color: Wattle. HEX triplet: CA, C1 and 41. RGB value is (202,193,65). Sum of RGB (Red+Green+Blue) = 202+193+65=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 193 (75.78% from 255 or 41.96% from 460); Blue value is 65 (25.78% from 255 or 14.13% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC141 is #353EBE. Grayscale: #B5B5B5. Windows color (decimal): -3489471 or 4309450. OLE color: 4309450.

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

Color convert

RGB 202 193 65 -
CMYK 0 0.04 0.68 0.21
HSL 56.06º 0.56% 0.52% -
HSV(B) 56.06º 0.68% 0.79% -
XYZ 44.38 51.08 12.52 -
YUV 181.1 62.48 142.91 -
System Red Green Blue C M Y K H S L
Decimal 202 193 65 0 0.04 0.68 0.21 56.06 0.56 0.52
Hex CA C1 41 0 4 44 15 38 38 34
Octal 312 301 101 0 4 104 25 70 70 64
Binary 11001010 11000001 1000001 0 100 1000100 10101 111000 111000 110100

Color Harmonies of #CAC141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC141

Black with #CAC141

Text Example


Text Example

White with #CAC141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC141; }

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

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

background-color css

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

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

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

border-color css

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

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

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