Html Css Color HEX #C8C129 Barberry

📋 copy color: '#C8C129'

red 200 ◦ green 193 ◦ blue 41

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

Shades of Barberry #C8C129

Tints of Barberry #C8C129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.45%

R = 46.08%
G = 44.47%
B = 9.45%

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

#C8C129 (or 0xC8C129) is known color: Barberry. HEX triplet: C8, C1 and 29. RGB value is (200,193,41). Sum of RGB (Red+Green+Blue) = 200+193+41=434 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.08% from 434); Green value is 193 (75.78% from 255 or 44.47% from 434); Blue value is 41 (16.41% from 255 or 9.45% from 434); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C129 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C129 is #373ED6. Grayscale: #B2B2B2. Windows color (decimal): -3620567 or 2736584. OLE color: 2736584.

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

Color convert

RGB 200 193 41 -
CMYK 0 0.04 0.80 0.22
HSL 57.36º 0.66% 0.47% -
HSV(B) 57.36º 0.8% 0.78% -
XYZ 43.29 50.58 9.58 -
YUV 177.77 50.82 143.86 -
System Red Green Blue C M Y K H S L
Decimal 200 193 41 0 0.04 0.80 0.22 57.36 0.66 0.47
Hex C8 C1 29 0 4 50 16 39 42 2F
Octal 310 301 51 0 4 120 26 71 102 57
Binary 11001000 11000001 101001 0 100 1010000 10110 111001 1000010 101111

Color Harmonies of #C8C129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C129

Black with #C8C129

Text Example


Text Example

White with #C8C129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C129; }

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

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

background-color css

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

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

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

border-color css

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

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

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