Html Css Color HEX #C8C028 Barberry

📋 copy color: '#C8C028'

red 200 ◦ green 192 ◦ blue 40

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

Shades of Barberry #C8C028

Tints of Barberry #C8C028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.26%

R = 46.3%
G = 44.44%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.8

 K value IS 0.22

RGB Variations

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

Color information

#C8C028 (or 0xC8C028) is known color: Barberry. HEX triplet: C8, C0 and 28. RGB value is (200,192,40). Sum of RGB (Red+Green+Blue) = 200+192+40=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 192 (75.39% from 255 or 44.44% from 432); Blue value is 40 (16.02% from 255 or 9.26% from 432); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C028 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C028 is #373FD7. Grayscale: #B1B1B1. Windows color (decimal): -3620824 or 2670792. OLE color: 2670792.

HSL color Cylindrical-coordinate representation of color #C8C028: hue angle of 57º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C8C028 is Cyan = 0, Magento = 0.04, Yellow = 0.8 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 192 40 -
CMYK 0 0.04 0.8 0.22
HSL 57º 0.67% 0.47% -
HSV(B) 57º 0.8% 0.78% -
XYZ 43.05 50.13 9.41 -
YUV 177.06 50.65 144.36 -
System Red Green Blue C M Y K H S L
Decimal 200 192 40 0 0.04 0.8 0.22 57 0.67 0.47
Hex C8 C0 28 0 4 50 16 39 43 2F
Octal 310 300 50 0 4 120 26 71 103 57
Binary 11001000 11000000 101000 0 100 1010000 10110 111001 1000011 101111

Color Harmonies of #C8C028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C028

Black with #C8C028

Text Example


Text Example

White with #C8C028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C028; }

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

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

background-color css

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

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

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

border-color css

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

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

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