Html Css Color HEX #C3C225 Barberry

📋 copy color: '#C3C225'

red 195 ◦ green 194 ◦ blue 37

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

Shades of Barberry #C3C225

Tints of Barberry #C3C225

RGB

 RED value IS 195 (76.56% from 255) = 45.77%

 GREEN value IS 194 (76.17% from 255) = 45.54%

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

R = 45.77%
G = 45.54%
B = 8.69%

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

#C3C225 (or 0xC3C225) is known color: Barberry. HEX triplet: C3, C2 and 25. RGB value is (195,194,37). Sum of RGB (Red+Green+Blue) = 195+194+37=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 194 (76.17% from 255 or 45.54% from 426); Blue value is 37 (14.84% from 255 or 8.69% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C225 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C225 is #3C3DDA. Grayscale: #B1B1B1. Windows color (decimal): -3947995 or 2474691. OLE color: 2474691.

HSL color Cylindrical-coordinate representation of color #C3C225: hue angle of 59.62º 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 #C3C225 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 194 37 -
CMYK 0 0.01 0.81 0.24
HSL 59.62º 0.68% 0.45% -
HSV(B) 59.62º 0.81% 0.76% -
XYZ 42.13 50.32 9.24 -
YUV 176.4 49.33 141.27 -
System Red Green Blue C M Y K H S L
Decimal 195 194 37 0 0.01 0.81 0.24 59.62 0.68 0.45
Hex C3 C2 25 0 1 51 18 3C 44 2D
Octal 303 302 45 0 1 121 30 74 104 55
Binary 11000011 11000010 100101 0 1 1010001 11000 111100 1000100 101101

Color Harmonies of #C3C225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C225

Black with #C3C225

Text Example


Text Example

White with #C3C225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C225; }

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

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

background-color css

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

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

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

border-color css

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

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

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