Html Css Color HEX #C3C025 Barberry

📋 copy color: '#C3C025'

red 195 ◦ green 192 ◦ blue 37

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

Shades of Barberry #C3C025

Tints of Barberry #C3C025

RGB

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

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

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

R = 45.99%
G = 45.28%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C3C025 (or 0xC3C025) is known color: Barberry. HEX triplet: C3, C0 and 25. RGB value is (195,192,37). Sum of RGB (Red+Green+Blue) = 195+192+37=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 192 (75.39% from 255 or 45.28% from 424); Blue value is 37 (14.84% from 255 or 8.73% from 424); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C025 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C025 is #3C3FDA. Grayscale: #AFAFAF. Windows color (decimal): -3948507 or 2474179. OLE color: 2474179.

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

Color convert

RGB 195 192 37 -
CMYK 0 0.02 0.81 0.24
HSL 58.86º 0.68% 0.45% -
HSV(B) 58.86º 0.81% 0.76% -
XYZ 41.69 49.43 9.09 -
YUV 175.23 49.99 142.1 -
System Red Green Blue C M Y K H S L
Decimal 195 192 37 0 0.02 0.81 0.24 58.86 0.68 0.45
Hex C3 C0 25 0 2 51 18 3B 44 2D
Octal 303 300 45 0 2 121 30 73 104 55
Binary 11000011 11000000 100101 0 10 1010001 11000 111011 1000100 101101

Color Harmonies of #C3C025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C025

Black with #C3C025

Text Example


Text Example

White with #C3C025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C025; }

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

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

background-color css

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

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

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

border-color css

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

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

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