Html Css Color HEX #CAC129 Barberry

📋 copy color: '#CAC129'

red 202 ◦ green 193 ◦ blue 41

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

Shades of Barberry #CAC129

Tints of Barberry #CAC129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.4%

R = 46.33%
G = 44.27%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#CAC129 (or 0xCAC129) is known color: Barberry. HEX triplet: CA, C1 and 29. RGB value is (202,193,41). Sum of RGB (Red+Green+Blue) = 202+193+41=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 193 (75.78% from 255 or 44.27% from 436); Blue value is 41 (16.41% from 255 or 9.40% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC129 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC129 is #353ED6. Grayscale: #B2B2B2. Windows color (decimal): -3489495 or 2736586. OLE color: 2736586.

HSL color Cylindrical-coordinate representation of color #CAC129: hue angle of 56.65º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CAC129 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 193 41 -
CMYK 0 0.04 0.80 0.21
HSL 56.65º 0.66% 0.48% -
HSV(B) 56.65º 0.8% 0.79% -
XYZ 43.83 50.86 9.6 -
YUV 178.36 50.48 144.86 -
System Red Green Blue C M Y K H S L
Decimal 202 193 41 0 0.04 0.80 0.21 56.65 0.66 0.48
Hex CA C1 29 0 4 50 15 39 42 30
Octal 312 301 51 0 4 120 25 71 102 60
Binary 11001010 11000001 101001 0 100 1010000 10101 111001 1000010 110000

Color Harmonies of #CAC129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC129

Black with #CAC129

Text Example


Text Example

White with #CAC129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC129; }

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

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

background-color css

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

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

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

border-color css

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

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

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