Html Css Color HEX #C4C42C Barberry

📋 copy color: '#C4C42C'

red 196 ◦ green 196 ◦ blue 44

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

Shades of Barberry #C4C42C

Tints of Barberry #C4C42C

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.95%

 BLUE value IS 44 (17.58% from 255) = 10.09%

R = 44.95%
G = 44.95%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C4C42C (or 0xC4C42C) is known color: Barberry. HEX triplet: C4, C4 and 2C. RGB value is (196,196,44). Sum of RGB (Red+Green+Blue) = 196+196+44=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 196 (76.95% from 255 or 44.95% from 436); Blue value is 44 (17.58% from 255 or 10.09% from 436); Max value from RGB is 196 - color contains mainly: red, green. Hex color #C4C42C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C42C is #3B3BD3. Grayscale: #B3B3B3. Windows color (decimal): -3881940 or 2933956. OLE color: 2933956.

HSL color Cylindrical-coordinate representation of color #C4C42C: hue angle of 60º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C4C42C is Cyan = 0, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 196 44 -
CMYK 0 0 0.78 0.23
HSL 60º 0.63% 0.47% -
HSV(B) 60º 0.78% 0.77% -
XYZ 42.96 51.4 10.04 -
YUV 178.67 52 140.36 -
System Red Green Blue C M Y K H S L
Decimal 196 196 44 0 0 0.78 0.23 60 0.63 0.47
Hex C4 C4 2C 0 0 4E 17 3C 3F 2F
Octal 304 304 54 0 0 116 27 74 77 57
Binary 11000100 11000100 101100 0 0 1001110 10111 111100 111111 101111

Color Harmonies of #C4C42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C42C

Black with #C4C42C

Text Example


Text Example

White with #C4C42C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C42C; }

 p { color: rgb(196,196,44); }

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

background-color css

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

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

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

border-color css

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

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

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