Html Css Color HEX #C8C521 Barberry

📋 copy color: '#C8C521'

red 200 ◦ green 197 ◦ blue 33

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

Shades of Barberry #C8C521

Tints of Barberry #C8C521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.67%

R = 46.51%
G = 45.81%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C8C521 (or 0xC8C521) is known color: Barberry. HEX triplet: C8, C5 and 21. RGB value is (200,197,33). Sum of RGB (Red+Green+Blue) = 200+197+33=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 197 (77.34% from 255 or 45.81% from 430); Blue value is 33 (13.28% from 255 or 7.67% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C521 is #373ADE. Grayscale: #B3B3B3. Windows color (decimal): -3619551 or 2213320. OLE color: 2213320.

HSL color Cylindrical-coordinate representation of color #C8C521: hue angle of 58.92º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C8C521 is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 197 33 -
CMYK 0 0.02 0.84 0.22
HSL 58.92º 0.72% 0.46% -
HSV(B) 58.92º 0.84% 0.78% -
XYZ 44.06 52.32 9.22 -
YUV 179.2 45.49 142.84 -
System Red Green Blue C M Y K H S L
Decimal 200 197 33 0 0.02 0.84 0.22 58.92 0.72 0.46
Hex C8 C5 21 0 2 54 16 3B 48 2E
Octal 310 305 41 0 2 124 26 73 110 56
Binary 11001000 11000101 100001 0 10 1010100 10110 111011 1001000 101110

Color Harmonies of #C8C521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C521

Black with #C8C521

Text Example


Text Example

White with #C8C521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C521; }

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

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

background-color css

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

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

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

border-color css

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

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

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