Html Css Color HEX #C4C128 Barberry

📋 copy color: '#C4C128'

red 196 ◦ green 193 ◦ blue 40

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

Shades of Barberry #C4C128

Tints of Barberry #C4C128

RGB

 RED value IS 196 (76.95% from 255) = 45.69%

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

 BLUE value IS 40 (16.02% from 255) = 9.32%

R = 45.69%
G = 44.99%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C4C128 (or 0xC4C128) is known color: Barberry. HEX triplet: C4, C1 and 28. RGB value is (196,193,40). Sum of RGB (Red+Green+Blue) = 196+193+40=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 193 (75.78% from 255 or 44.99% from 429); Blue value is 40 (16.02% from 255 or 9.32% from 429); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C128 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C128 is #3B3ED7. Grayscale: #B1B1B1. Windows color (decimal): -3882712 or 2671044. OLE color: 2671044.

HSL color Cylindrical-coordinate representation of color #C4C128: hue angle of 58.85º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C4C128 is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 193 40 -
CMYK 0 0.02 0.80 0.23
HSL 58.85º 0.66% 0.46% -
HSV(B) 58.85º 0.8% 0.77% -
XYZ 42.22 50.03 9.44 -
YUV 176.46 50.99 141.94 -
System Red Green Blue C M Y K H S L
Decimal 196 193 40 0 0.02 0.80 0.23 58.85 0.66 0.46
Hex C4 C1 28 0 2 50 17 3B 42 2E
Octal 304 301 50 0 2 120 27 73 102 56
Binary 11000100 11000001 101000 0 10 1010000 10111 111011 1000010 101110

Color Harmonies of #C4C128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C128

Black with #C4C128

Text Example


Text Example

White with #C4C128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C128; }

 p { color: rgb(196,193,40); }

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

background-color css

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

 a { background-color: rgb(196,193,40); }

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

border-color css

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

 span { border-color: rgb(196,193,40); }

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