Html Css Color HEX #C3C325 Barberry

📋 copy color: '#C3C325'

red 195 ◦ green 195 ◦ blue 37

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

Shades of Barberry #C3C325

Tints of Barberry #C3C325

RGB

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

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

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

R = 45.67%
G = 45.67%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C3C325 (or 0xC3C325) is known color: Barberry. HEX triplet: C3, C3 and 25. RGB value is (195,195,37). Sum of RGB (Red+Green+Blue) = 195+195+37=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 195 (76.56% from 255 or 45.67% from 427); Blue value is 37 (14.84% from 255 or 8.67% from 427); Max value from RGB is 195 - color contains mainly: red, green. Hex color #C3C325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C325 is #3C3CDA. Grayscale: #B1B1B1. Windows color (decimal): -3947739 or 2474947. OLE color: 2474947.

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

Color convert

RGB 195 195 37 -
CMYK 0 0 0.81 0.24
HSL 60º 0.68% 0.45% -
HSV(B) 60º 0.81% 0.76% -
XYZ 42.35 50.77 9.32 -
YUV 176.99 49 140.85 -
System Red Green Blue C M Y K H S L
Decimal 195 195 37 0 0 0.81 0.24 60 0.68 0.45
Hex C3 C3 25 0 0 51 18 3C 44 2D
Octal 303 303 45 0 0 121 30 74 104 55
Binary 11000011 11000011 100101 0 0 1010001 11000 111100 1000100 101101

Color Harmonies of #C3C325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C325

Black with #C3C325

Text Example


Text Example

White with #C3C325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C325; }

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

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

background-color css

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

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

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

border-color css

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

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

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