Html Css Color HEX #CAC52F Barberry

📋 copy color: '#CAC52F'

red 202 ◦ green 197 ◦ blue 47

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

Shades of Barberry #CAC52F

Tints of Barberry #CAC52F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.54%

R = 45.29%
G = 44.17%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#CAC52F (or 0xCAC52F) is known color: Barberry. HEX triplet: CA, C5 and 2F. RGB value is (202,197,47). Sum of RGB (Red+Green+Blue) = 202+197+47=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 197 (77.34% from 255 or 44.17% from 446); Blue value is 47 (18.75% from 255 or 10.54% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC52F is #353AD0. Grayscale: #B5B5B5. Windows color (decimal): -3488465 or 3130826. OLE color: 3130826.

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

Color convert

RGB 202 197 47 -
CMYK 0 0.02 0.77 0.21
HSL 58.06º 0.62% 0.49% -
HSV(B) 58.06º 0.77% 0.79% -
XYZ 44.84 52.69 10.5 -
YUV 181.4 52.16 142.7 -
System Red Green Blue C M Y K H S L
Decimal 202 197 47 0 0.02 0.77 0.21 58.06 0.62 0.49
Hex CA C5 2F 0 2 4D 15 3A 3E 31
Octal 312 305 57 0 2 115 25 72 76 61
Binary 11001010 11000101 101111 0 10 1001101 10101 111010 111110 110001

Color Harmonies of #CAC52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC52F

Black with #CAC52F

Text Example


Text Example

White with #CAC52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC52F; }

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

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

background-color css

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

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

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

border-color css

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

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

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