Html Css Color HEX #C8C51C Barberry

📋 copy color: '#C8C51C'

red 200 ◦ green 197 ◦ blue 28

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

Shades of Barberry #C8C51C

Tints of Barberry #C8C51C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.35%

 BLUE value IS 28 (11.33% from 255) = 6.59%

R = 47.06%
G = 46.35%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8C51C (or 0xC8C51C) is known color: Barberry. HEX triplet: C8, C5 and 1C. RGB value is (200,197,28). Sum of RGB (Red+Green+Blue) = 200+197+28=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 197 (77.34% from 255 or 46.35% from 425); Blue value is 28 (11.33% from 255 or 6.59% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C51C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C51C is #373AE3. Grayscale: #B3B3B3. Windows color (decimal): -3619556 or 1885640. OLE color: 1885640.

HSL color Cylindrical-coordinate representation of color #C8C51C: hue angle of 58.95º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C8C51C is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 197 28 -
CMYK 0 0.02 0.86 0.22
HSL 58.95º 0.75% 0.45% -
HSV(B) 58.95º 0.86% 0.78% -
XYZ 44 52.3 8.87 -
YUV 178.63 42.99 143.24 -
System Red Green Blue C M Y K H S L
Decimal 200 197 28 0 0.02 0.86 0.22 58.95 0.75 0.45
Hex C8 C5 1C 0 2 56 16 3B 4B 2D
Octal 310 305 34 0 2 126 26 73 113 55
Binary 11001000 11000101 11100 0 10 1010110 10110 111011 1001011 101101

Color Harmonies of #C8C51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C51C

Black with #C8C51C

Text Example


Text Example

White with #C8C51C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C51C; }

 p { color: rgb(200,197,28); }

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

background-color css

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

 a { background-color: rgb(200,197,28); }

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

border-color css

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

 span { border-color: rgb(200,197,28); }

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