Html Css Color HEX #C3C130 Barberry

📋 copy color: '#C3C130'

red 195 ◦ green 193 ◦ blue 48

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

Shades of Barberry #C3C130

Tints of Barberry #C3C130

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.27%

 BLUE value IS 48 (19.14% from 255) = 11.01%

R = 44.72%
G = 44.27%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C3C130 (or 0xC3C130) is known color: Barberry. HEX triplet: C3, C1 and 30. RGB value is (195,193,48). Sum of RGB (Red+Green+Blue) = 195+193+48=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 193 (75.78% from 255 or 44.27% from 436); Blue value is 48 (19.14% from 255 or 11.01% from 436); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C130 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C130 is #3C3ECF. Grayscale: #B1B1B1. Windows color (decimal): -3948240 or 3195331. OLE color: 3195331.

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

Color convert

RGB 195 193 48 -
CMYK 0 0.01 0.75 0.24
HSL 59.18º 0.6% 0.48% -
HSV(B) 59.18º 0.75% 0.76% -
XYZ 42.11 49.96 10.22 -
YUV 177.07 55.16 140.79 -
System Red Green Blue C M Y K H S L
Decimal 195 193 48 0 0.01 0.75 0.24 59.18 0.6 0.48
Hex C3 C1 30 0 1 4B 18 3B 3C 30
Octal 303 301 60 0 1 113 30 73 74 60
Binary 11000011 11000001 110000 0 1 1001011 11000 111011 111100 110000

Color Harmonies of #C3C130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C130

Black with #C3C130

Text Example


Text Example

White with #C3C130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C130; }

 p { color: rgb(195,193,48); }

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

background-color css

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

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

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

border-color css

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

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

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