Html Css Color HEX #C4C32A Barberry

📋 copy color: '#C4C32A'

red 196 ◦ green 195 ◦ blue 42

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

Shades of Barberry #C4C32A

Tints of Barberry #C4C32A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.03%

 BLUE value IS 42 (16.8% from 255) = 9.7%

R = 45.27%
G = 45.03%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C4C32A (or 0xC4C32A) is known color: Barberry. HEX triplet: C4, C3 and 2A. RGB value is (196,195,42). Sum of RGB (Red+Green+Blue) = 196+195+42=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 195 (76.56% from 255 or 45.03% from 433); Blue value is 42 (16.80% from 255 or 9.70% from 433); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C32A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C32A is #3B3CD5. Grayscale: #B2B2B2. Windows color (decimal): -3882198 or 2802628. OLE color: 2802628.

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

Color convert

RGB 196 195 42 -
CMYK 0 0.01 0.79 0.23
HSL 59.61º 0.65% 0.47% -
HSV(B) 59.61º 0.79% 0.77% -
XYZ 42.7 50.93 9.77 -
YUV 177.86 51.33 140.94 -
System Red Green Blue C M Y K H S L
Decimal 196 195 42 0 0.01 0.79 0.23 59.61 0.65 0.47
Hex C4 C3 2A 0 1 4F 17 3C 41 2F
Octal 304 303 52 0 1 117 27 74 101 57
Binary 11000100 11000011 101010 0 1 1001111 10111 111100 1000001 101111

Color Harmonies of #C4C32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C32A

Black with #C4C32A

Text Example


Text Example

White with #C4C32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C32A; }

 p { color: rgb(196,195,42); }

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

background-color css

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

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

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

border-color css

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

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

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