Html Css Color HEX #C4C325 Barberry

📋 copy color: '#C4C325'

red 196 ◦ green 195 ◦ blue 37

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

Shades of Barberry #C4C325

Tints of Barberry #C4C325

RGB

 RED value IS 196 (76.95% from 255) = 45.79%

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

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

R = 45.79%
G = 45.56%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C4C325 (or 0xC4C325) is known color: Barberry. HEX triplet: C4, C3 and 25. RGB value is (196,195,37). Sum of RGB (Red+Green+Blue) = 196+195+37=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 195 (76.56% from 255 or 45.56% from 428); Blue value is 37 (14.84% from 255 or 8.64% from 428); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C325 is #3B3CDA. Grayscale: #B1B1B1. Windows color (decimal): -3882203 or 2474948. OLE color: 2474948.

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

Color convert

RGB 196 195 37 -
CMYK 0 0.01 0.81 0.23
HSL 59.62º 0.68% 0.46% -
HSV(B) 59.62º 0.81% 0.77% -
XYZ 42.61 50.9 9.33 -
YUV 177.29 48.83 141.35 -
System Red Green Blue C M Y K H S L
Decimal 196 195 37 0 0.01 0.81 0.23 59.62 0.68 0.46
Hex C4 C3 25 0 1 51 17 3C 44 2E
Octal 304 303 45 0 1 121 27 74 104 56
Binary 11000100 11000011 100101 0 1 1010001 10111 111100 1000100 101110

Color Harmonies of #C4C325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C325

Black with #C4C325

Text Example


Text Example

White with #C4C325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C325; }

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

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

background-color css

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

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

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

border-color css

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

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

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