Html Css Color HEX #C8C124 Barberry

📋 copy color: '#C8C124'

red 200 ◦ green 193 ◦ blue 36

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

Shades of Barberry #C8C124

Tints of Barberry #C8C124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.39%

R = 46.62%
G = 44.99%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C8C124 (or 0xC8C124) is known color: Barberry. HEX triplet: C8, C1 and 24. RGB value is (200,193,36). Sum of RGB (Red+Green+Blue) = 200+193+36=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 193 (75.78% from 255 or 44.99% from 429); Blue value is 36 (14.45% from 255 or 8.39% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C124 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C124 is #373EDB. Grayscale: #B1B1B1. Windows color (decimal): -3620572 or 2408904. OLE color: 2408904.

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

Color convert

RGB 200 193 36 -
CMYK 0 0.04 0.82 0.22
HSL 57.44º 0.69% 0.46% -
HSV(B) 57.44º 0.82% 0.78% -
XYZ 43.21 50.55 9.15 -
YUV 177.2 48.32 144.27 -
System Red Green Blue C M Y K H S L
Decimal 200 193 36 0 0.04 0.82 0.22 57.44 0.69 0.46
Hex C8 C1 24 0 4 52 16 39 45 2E
Octal 310 301 44 0 4 122 26 71 105 56
Binary 11001000 11000001 100100 0 100 1010010 10110 111001 1000101 101110

Color Harmonies of #C8C124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C124

Black with #C8C124

Text Example


Text Example

White with #C8C124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C124; }

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

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

background-color css

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

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

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

border-color css

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

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

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