Html Css Color HEX #C8C128 Barberry

📋 copy color: '#C8C128'

red 200 ◦ green 193 ◦ blue 40

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

Shades of Barberry #C8C128

Tints of Barberry #C8C128

RGB

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

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

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

R = 46.19%
G = 44.57%
B = 9.24%

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

#C8C128 (or 0xC8C128) is known color: Barberry. HEX triplet: C8, C1 and 28. RGB value is (200,193,40). Sum of RGB (Red+Green+Blue) = 200+193+40=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 193 (75.78% from 255 or 44.57% from 433); Blue value is 40 (16.02% from 255 or 9.24% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C128 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C128 is #373ED7. Grayscale: #B2B2B2. Windows color (decimal): -3620568 or 2671048. OLE color: 2671048.

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

Color convert

RGB 200 193 40 -
CMYK 0 0.04 0.8 0.22
HSL 57.38º 0.67% 0.47% -
HSV(B) 57.38º 0.8% 0.78% -
XYZ 43.27 50.57 9.49 -
YUV 177.65 50.32 143.94 -
System Red Green Blue C M Y K H S L
Decimal 200 193 40 0 0.04 0.8 0.22 57.38 0.67 0.47
Hex C8 C1 28 0 4 50 16 39 43 2F
Octal 310 301 50 0 4 120 26 71 103 57
Binary 11001000 11000001 101000 0 100 1010000 10110 111001 1000011 101111

Color Harmonies of #C8C128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C128

Black with #C8C128

Text Example


Text Example

White with #C8C128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C128; }

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

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

background-color css

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

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

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

border-color css

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

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

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