Html Css Color HEX #C5C320 Barberry

📋 copy color: '#C5C320'

red 197 ◦ green 195 ◦ blue 32

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

Shades of Barberry #C5C320

Tints of Barberry #C5C320

RGB

 RED value IS 197 (77.34% from 255) = 46.46%

 GREEN value IS 195 (76.56% from 255) = 45.99%

 BLUE value IS 32 (12.89% from 255) = 7.55%

R = 46.46%
G = 45.99%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C5C320 (or 0xC5C320) is known color: Barberry. HEX triplet: C5, C3 and 20. RGB value is (197,195,32). Sum of RGB (Red+Green+Blue) = 197+195+32=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 195 (76.56% from 255 or 45.99% from 424); Blue value is 32 (12.89% from 255 or 7.55% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C320 is #3A3CDF. Grayscale: #B1B1B1. Windows color (decimal): -3816672 or 2147269. OLE color: 2147269.

HSL color Cylindrical-coordinate representation of color #C5C320: hue angle of 59.27º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C5C320 is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 195 32 -
CMYK 0 0.01 0.84 0.23
HSL 59.27º 0.72% 0.45% -
HSV(B) 59.27º 0.84% 0.77% -
XYZ 42.8 51 8.96 -
YUV 177.02 46.16 142.25 -
System Red Green Blue C M Y K H S L
Decimal 197 195 32 0 0.01 0.84 0.23 59.27 0.72 0.45
Hex C5 C3 20 0 1 54 17 3B 48 2D
Octal 305 303 40 0 1 124 27 73 110 55
Binary 11000101 11000011 100000 0 1 1010100 10111 111011 1001000 101101

Color Harmonies of #C5C320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C320

Black with #C5C320

Text Example


Text Example

White with #C5C320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C320; }

 p { color: rgb(197,195,32); }

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

background-color css

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

 a { background-color: rgb(197,195,32); }

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

border-color css

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

 span { border-color: rgb(197,195,32); }

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