Html Css Color HEX #C2C32A Barberry

📋 copy color: '#C2C32A'

red 194 ◦ green 195 ◦ blue 42

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

Shades of Barberry #C2C32A

Tints of Barberry #C2C32A

RGB

 RED value IS 194 (76.17% from 255) = 45.01%

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

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

R = 45.01%
G = 45.24%
B = 9.74%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C2C32A (or 0xC2C32A) is known color: Barberry. HEX triplet: C2, C3 and 2A. RGB value is (194,195,42). Sum of RGB (Red+Green+Blue) = 194+195+42=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 195 (76.56% from 255 or 45.24% from 431); Blue value is 42 (16.80% from 255 or 9.74% from 431); Max value from RGB is 195 - color contains mainly: green. Hex color #C2C32A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C32A is #3D3CD5. Grayscale: #B1B1B1. Windows color (decimal): -4013270 or 2802626. OLE color: 2802626.

HSL color Cylindrical-coordinate representation of color #C2C32A: hue angle of 60.39º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C2C32A is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 195 42 -
CMYK 0.01 0 0.78 0.24
HSL 60.39º 0.65% 0.46% -
HSV(B) 60.39º 0.78% 0.76% -
XYZ 42.18 50.67 9.75 -
YUV 177.26 51.67 139.94 -
System Red Green Blue C M Y K H S L
Decimal 194 195 42 0.01 0 0.78 0.24 60.39 0.65 0.46
Hex C2 C3 2A 1 0 4E 18 3C 41 2E
Octal 302 303 52 1 0 116 30 74 101 56
Binary 11000010 11000011 101010 1 0 1001110 11000 111100 1000001 101110

Color Harmonies of #C2C32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C32A

Black with #C2C32A

Text Example


Text Example

White with #C2C32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C32A; }

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

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

background-color css

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

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

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

border-color css

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

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

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