Html Css Color HEX #C2C02C Barberry

📋 copy color: '#C2C02C'

red 194 ◦ green 192 ◦ blue 44

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

Shades of Barberry #C2C02C

Tints of Barberry #C2C02C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.65%

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

R = 45.12%
G = 44.65%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C2C02C (or 0xC2C02C) is known color: Barberry. HEX triplet: C2, C0 and 2C. RGB value is (194,192,44). Sum of RGB (Red+Green+Blue) = 194+192+44=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 44 (17.58% from 255 or 10.23% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C02C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C02C is #3D3FD3. Grayscale: #B0B0B0. Windows color (decimal): -4014036 or 2932930. OLE color: 2932930.

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

Color convert

RGB 194 192 44 -
CMYK 0 0.01 0.77 0.24
HSL 59.2º 0.63% 0.47% -
HSV(B) 59.2º 0.77% 0.76% -
XYZ 41.55 49.35 9.72 -
YUV 175.73 53.66 141.03 -
System Red Green Blue C M Y K H S L
Decimal 194 192 44 0 0.01 0.77 0.24 59.2 0.63 0.47
Hex C2 C0 2C 0 1 4D 18 3B 3F 2F
Octal 302 300 54 0 1 115 30 73 77 57
Binary 11000010 11000000 101100 0 1 1001101 11000 111011 111111 101111

Color Harmonies of #C2C02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C02C

Black with #C2C02C

Text Example


Text Example

White with #C2C02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C02C; }

 p { color: rgb(194,192,44); }

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

background-color css

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

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

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

border-color css

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

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

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