Html Css Color HEX #C8C020 Barberry

📋 copy color: '#C8C020'

red 200 ◦ green 192 ◦ blue 32

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

Shades of Barberry #C8C020

Tints of Barberry #C8C020

RGB

 RED value IS 200 (78.52% from 255) = 47.17%

 GREEN value IS 192 (75.39% from 255) = 45.28%

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

R = 47.17%
G = 45.28%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C8C020 (or 0xC8C020) is known color: Barberry. HEX triplet: C8, C0 and 20. RGB value is (200,192,32). Sum of RGB (Red+Green+Blue) = 200+192+32=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 192 (75.39% from 255 or 45.28% from 424); Blue value is 32 (12.89% from 255 or 7.55% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C020 is #373FDF. Grayscale: #B0B0B0. Windows color (decimal): -3620832 or 2146504. OLE color: 2146504.

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

Color convert

RGB 200 192 32 -
CMYK 0 0.04 0.84 0.22
HSL 57.14º 0.72% 0.45% -
HSV(B) 57.14º 0.84% 0.78% -
XYZ 42.93 50.08 8.77 -
YUV 176.15 46.65 145.01 -
System Red Green Blue C M Y K H S L
Decimal 200 192 32 0 0.04 0.84 0.22 57.14 0.72 0.45
Hex C8 C0 20 0 4 54 16 39 48 2D
Octal 310 300 40 0 4 124 26 71 110 55
Binary 11001000 11000000 100000 0 100 1010100 10110 111001 1001000 101101

Color Harmonies of #C8C020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C020

Black with #C8C020

Text Example


Text Example

White with #C8C020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C020; }

 p { color: rgb(200,192,32); }

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

background-color css

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

 a { background-color: rgb(200,192,32); }

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

border-color css

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

 span { border-color: rgb(200,192,32); }

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