Html Css Color HEX #C8C920 Barberry

📋 copy color: '#C8C920'

red 200 ◦ green 201 ◦ blue 32

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

Shades of Barberry #C8C920

Tints of Barberry #C8C920

RGB

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

 GREEN value IS 201 (78.91% from 255) = 46.42%

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

R = 46.19%
G = 46.42%
B = 7.39%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C8C920 (or 0xC8C920) is known color: Barberry. HEX triplet: C8, C9 and 20. RGB value is (200,201,32). Sum of RGB (Red+Green+Blue) = 200+201+32=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 201 (78.91% from 255 or 46.42% from 433); Blue value is 32 (12.89% from 255 or 7.39% from 433); Max value from RGB is 201 - color contains mainly: green. Hex color #C8C920 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C920 is #3736DF. Grayscale: #B6B6B6. Windows color (decimal): -3618528 or 2148808. OLE color: 2148808.

HSL color Cylindrical-coordinate representation of color #C8C920: hue angle of 60.36º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C8C920 is Cyan = 0.00, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 200 201 32 -
CMYK 0.00 0 0.84 0.21
HSL 60.36º 0.73% 0.46% -
HSV(B) 60.36º 0.84% 0.79% -
XYZ 44.97 54.16 9.45 -
YUV 181.44 43.67 141.24 -
System Red Green Blue C M Y K H S L
Decimal 200 201 32 0.00 0 0.84 0.21 60.36 0.73 0.46
Hex C8 C9 20 0 0 54 15 3C 49 2E
Octal 310 311 40 0 0 124 25 74 111 56
Binary 11001000 11001001 100000 0 0 1010100 10101 111100 1001001 101110

Color Harmonies of #C8C920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C920

Black with #C8C920

Text Example


Text Example

White with #C8C920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C920; }

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

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

background-color css

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

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

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

border-color css

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

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

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