Html Css Color HEX #C2C025 Barberry

📋 copy color: '#C2C025'

red 194 ◦ green 192 ◦ blue 37

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

Shades of Barberry #C2C025

Tints of Barberry #C2C025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.75%

R = 45.86%
G = 45.39%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C2C025 (or 0xC2C025) is known color: Barberry. HEX triplet: C2, C0 and 25. RGB value is (194,192,37). Sum of RGB (Red+Green+Blue) = 194+192+37=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 192 (75.39% from 255 or 45.39% from 423); Blue value is 37 (14.84% from 255 or 8.75% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C025 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C025 is #3D3FDA. Grayscale: #AFAFAF. Windows color (decimal): -4014043 or 2474178. OLE color: 2474178.

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

Color convert

RGB 194 192 37 -
CMYK 0 0.01 0.81 0.24
HSL 59.24º 0.68% 0.45% -
HSV(B) 59.24º 0.81% 0.76% -
XYZ 41.43 49.3 9.08 -
YUV 174.93 50.16 141.6 -
System Red Green Blue C M Y K H S L
Decimal 194 192 37 0 0.01 0.81 0.24 59.24 0.68 0.45
Hex C2 C0 25 0 1 51 18 3B 44 2D
Octal 302 300 45 0 1 121 30 73 104 55
Binary 11000010 11000000 100101 0 1 1010001 11000 111011 1000100 101101

Color Harmonies of #C2C025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C025

Black with #C2C025

Text Example


Text Example

White with #C2C025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C025; }

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

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

background-color css

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

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

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

border-color css

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

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

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