Html Css Color HEX #C8B928 Barberry

📋 copy color: '#C8B928'

red 200 ◦ green 185 ◦ blue 40

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

Shades of Barberry #C8B928

Tints of Barberry #C8B928

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.53%

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

R = 47.06%
G = 43.53%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.8

 K value IS 0.22

RGB Variations

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

Color information

#C8B928 (or 0xC8B928) is known color: Barberry. HEX triplet: C8, B9 and 28. RGB value is (200,185,40). Sum of RGB (Red+Green+Blue) = 200+185+40=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 185 (72.66% from 255 or 43.53% from 425); Blue value is 40 (16.02% from 255 or 9.41% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B928 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B928 is #3746D7. Grayscale: #ADADAD. Windows color (decimal): -3622616 or 2669000. OLE color: 2669000.

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

Color convert

RGB 200 185 40 -
CMYK 0 0.08 0.8 0.22
HSL 54.38º 0.67% 0.47% -
HSV(B) 54.38º 0.8% 0.78% -
XYZ 41.55 47.13 8.91 -
YUV 172.96 52.97 147.29 -
System Red Green Blue C M Y K H S L
Decimal 200 185 40 0 0.08 0.8 0.22 54.38 0.67 0.47
Hex C8 B9 28 0 8 50 16 36 43 2F
Octal 310 271 50 0 10 120 26 66 103 57
Binary 11001000 10111001 101000 0 1000 1010000 10110 110110 1000011 101111

Color Harmonies of #C8B928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B928

Black with #C8B928

Text Example


Text Example

White with #C8B928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B928; }

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

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

background-color css

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

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

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

border-color css

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

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

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