Html Css Color HEX #C7C220 Barberry

📋 copy color: '#C7C220'

red 199 ◦ green 194 ◦ blue 32

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

Shades of Barberry #C7C220

Tints of Barberry #C7C220

RGB

 RED value IS 199 (78.13% from 255) = 46.82%

 GREEN value IS 194 (76.17% from 255) = 45.65%

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

R = 46.82%
G = 45.65%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C7C220 (or 0xC7C220) is known color: Barberry. HEX triplet: C7, C2 and 20. RGB value is (199,194,32). Sum of RGB (Red+Green+Blue) = 199+194+32=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 194 (76.17% from 255 or 45.65% from 425); Blue value is 32 (12.89% from 255 or 7.53% from 425); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C220 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C220 is #383DDF. Grayscale: #B1B1B1. Windows color (decimal): -3685856 or 2147015. OLE color: 2147015.

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

Color convert

RGB 199 194 32 -
CMYK 0 0.03 0.84 0.22
HSL 58.2º 0.72% 0.45% -
HSV(B) 58.2º 0.84% 0.78% -
XYZ 43.11 50.83 8.91 -
YUV 177.03 46.16 143.67 -
System Red Green Blue C M Y K H S L
Decimal 199 194 32 0 0.03 0.84 0.22 58.2 0.72 0.45
Hex C7 C2 20 0 3 54 16 3A 48 2D
Octal 307 302 40 0 3 124 26 72 110 55
Binary 11000111 11000010 100000 0 11 1010100 10110 111010 1001000 101101

Color Harmonies of #C7C220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C220

Black with #C7C220

Text Example


Text Example

White with #C7C220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C220; }

 p { color: rgb(199,194,32); }

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

background-color css

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

 a { background-color: rgb(199,194,32); }

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

border-color css

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

 span { border-color: rgb(199,194,32); }

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