Html Css Color HEX #C8C127 Barberry

📋 copy color: '#C8C127'

red 200 ◦ green 193 ◦ blue 39

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

Shades of Barberry #C8C127

Tints of Barberry #C8C127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.03%

R = 46.3%
G = 44.68%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C8C127 (or 0xC8C127) is known color: Barberry. HEX triplet: C8, C1 and 27. RGB value is (200,193,39). Sum of RGB (Red+Green+Blue) = 200+193+39=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 193 (75.78% from 255 or 44.68% from 432); Blue value is 39 (15.62% from 255 or 9.03% from 432); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C127 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C127 is #373ED8. Grayscale: #B2B2B2. Windows color (decimal): -3620569 or 2605512. OLE color: 2605512.

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

Color convert

RGB 200 193 39 -
CMYK 0 0.04 0.80 0.22
HSL 57.39º 0.67% 0.47% -
HSV(B) 57.39º 0.81% 0.78% -
XYZ 43.26 50.57 9.4 -
YUV 177.54 49.82 144.02 -
System Red Green Blue C M Y K H S L
Decimal 200 193 39 0 0.04 0.80 0.22 57.39 0.67 0.47
Hex C8 C1 27 0 4 50 16 39 43 2F
Octal 310 301 47 0 4 120 26 71 103 57
Binary 11001000 11000001 100111 0 100 1010000 10110 111001 1000011 101111

Color Harmonies of #C8C127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C127

Black with #C8C127

Text Example


Text Example

White with #C8C127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C127; }

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

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

background-color css

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

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

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

border-color css

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

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

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