Html Css Color HEX #C8C025 Barberry

📋 copy color: '#C8C025'

red 200 ◦ green 192 ◦ blue 37

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

Shades of Barberry #C8C025

Tints of Barberry #C8C025

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.76%

 BLUE value IS 37 (14.84% from 255) = 8.62%

R = 46.62%
G = 44.76%
B = 8.62%

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

#C8C025 (or 0xC8C025) is known color: Barberry. HEX triplet: C8, C0 and 25. RGB value is (200,192,37). Sum of RGB (Red+Green+Blue) = 200+192+37=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 37 (14.84% from 255 or 8.62% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C025 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C025 is #373FDA. Grayscale: #B1B1B1. Windows color (decimal): -3620827 or 2474184. OLE color: 2474184.

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

Color convert

RGB 200 192 37 -
CMYK 0 0.04 0.82 0.22
HSL 57.06º 0.69% 0.46% -
HSV(B) 57.06º 0.82% 0.78% -
XYZ 43 50.11 9.16 -
YUV 176.72 49.15 144.6 -
System Red Green Blue C M Y K H S L
Decimal 200 192 37 0 0.04 0.82 0.22 57.06 0.69 0.46
Hex C8 C0 25 0 4 52 16 39 45 2E
Octal 310 300 45 0 4 122 26 71 105 56
Binary 11001000 11000000 100101 0 100 1010010 10110 111001 1000101 101110

Color Harmonies of #C8C025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C025

Black with #C8C025

Text Example


Text Example

White with #C8C025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C025; }

 p { color: rgb(200,192,37); }

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

background-color css

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

 a { background-color: rgb(200,192,37); }

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

border-color css

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

 span { border-color: rgb(200,192,37); }

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