Html Css Color HEX #C6C220 Barberry

📋 copy color: '#C6C220'

red 198 ◦ green 194 ◦ blue 32

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

Shades of Barberry #C6C220

Tints of Barberry #C6C220

RGB

 RED value IS 198 (77.73% from 255) = 46.7%

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

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

R = 46.7%
G = 45.75%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C6C220 (or 0xC6C220) is known color: Barberry. HEX triplet: C6, C2 and 20. RGB value is (198,194,32). Sum of RGB (Red+Green+Blue) = 198+194+32=424 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.70% from 424); Green value is 194 (76.17% from 255 or 45.75% from 424); Blue value is 32 (12.89% from 255 or 7.55% from 424); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C220 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C220 is #393DDF. Grayscale: #B1B1B1. Windows color (decimal): -3751392 or 2147014. OLE color: 2147014.

HSL color Cylindrical-coordinate representation of color #C6C220: hue angle of 58.55º 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 #C6C220 is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 194 32 -
CMYK 0 0.02 0.84 0.22
HSL 58.55º 0.72% 0.45% -
HSV(B) 58.55º 0.84% 0.78% -
XYZ 42.84 50.69 8.89 -
YUV 176.73 46.33 143.17 -
System Red Green Blue C M Y K H S L
Decimal 198 194 32 0 0.02 0.84 0.22 58.55 0.72 0.45
Hex C6 C2 20 0 2 54 16 3B 48 2D
Octal 306 302 40 0 2 124 26 73 110 55
Binary 11000110 11000010 100000 0 10 1010100 10110 111011 1001000 101101

Color Harmonies of #C6C220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C220

Black with #C6C220

Text Example


Text Example

White with #C6C220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C220; }

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

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

background-color css

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

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

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

border-color css

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

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

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