Html Css Color HEX #CAC52A Barberry

📋 copy color: '#CAC52A'

red 202 ◦ green 197 ◦ blue 42

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

Shades of Barberry #CAC52A

Tints of Barberry #CAC52A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 44.67%

 BLUE value IS 42 (16.8% from 255) = 9.52%

R = 45.8%
G = 44.67%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#CAC52A (or 0xCAC52A) is known color: Barberry. HEX triplet: CA, C5 and 2A. RGB value is (202,197,42). Sum of RGB (Red+Green+Blue) = 202+197+42=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 197 (77.34% from 255 or 44.67% from 441); Blue value is 42 (16.80% from 255 or 9.52% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC52A is #353AD5. Grayscale: #B5B5B5. Windows color (decimal): -3488470 or 2803146. OLE color: 2803146.

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

Color convert

RGB 202 197 42 -
CMYK 0 0.02 0.79 0.21
HSL 58.13º 0.66% 0.48% -
HSV(B) 58.13º 0.79% 0.79% -
XYZ 44.74 52.66 10 -
YUV 180.83 49.66 143.1 -
System Red Green Blue C M Y K H S L
Decimal 202 197 42 0 0.02 0.79 0.21 58.13 0.66 0.48
Hex CA C5 2A 0 2 4F 15 3A 42 30
Octal 312 305 52 0 2 117 25 72 102 60
Binary 11001010 11000101 101010 0 10 1001111 10101 111010 1000010 110000

Color Harmonies of #CAC52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC52A

Black with #CAC52A

Text Example


Text Example

White with #CAC52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC52A; }

 p { color: rgb(202,197,42); }

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

background-color css

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

 a { background-color: rgb(202,197,42); }

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

border-color css

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

 span { border-color: rgb(202,197,42); }

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