Html Css Color HEX #C8C120 Barberry

📋 copy color: '#C8C120'

red 200 ◦ green 193 ◦ blue 32

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

Shades of Barberry #C8C120

Tints of Barberry #C8C120

RGB

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

 GREEN value IS 193 (75.78% from 255) = 45.41%

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

R = 47.06%
G = 45.41%
B = 7.53%

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

#C8C120 (or 0xC8C120) is known color: Barberry. HEX triplet: C8, C1 and 20. RGB value is (200,193,32). Sum of RGB (Red+Green+Blue) = 200+193+32=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 193 (75.78% from 255 or 45.41% from 425); Blue value is 32 (12.89% from 255 or 7.53% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C120 is #373EDF. Grayscale: #B1B1B1. Windows color (decimal): -3620576 or 2146760. OLE color: 2146760.

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

Color convert

RGB 200 193 32 -
CMYK 0 0.04 0.84 0.22
HSL 57.5º 0.72% 0.45% -
HSV(B) 57.5º 0.84% 0.78% -
XYZ 43.15 50.52 8.84 -
YUV 176.74 46.32 144.59 -
System Red Green Blue C M Y K H S L
Decimal 200 193 32 0 0.04 0.84 0.22 57.5 0.72 0.45
Hex C8 C1 20 0 4 54 16 3A 48 2D
Octal 310 301 40 0 4 124 26 72 110 55
Binary 11001000 11000001 100000 0 100 1010100 10110 111010 1001000 101101

Color Harmonies of #C8C120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C120

Black with #C8C120

Text Example


Text Example

White with #C8C120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C120; }

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

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

background-color css

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

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

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

border-color css

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

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

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