Html Css Color HEX #C3C126 Barberry

📋 copy color: '#C3C126'

red 195 ◦ green 193 ◦ blue 38

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

Shades of Barberry #C3C126

Tints of Barberry #C3C126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.92%

R = 45.77%
G = 45.31%
B = 8.92%

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

#C3C126 (or 0xC3C126) is known color: Barberry. HEX triplet: C3, C1 and 26. RGB value is (195,193,38). Sum of RGB (Red+Green+Blue) = 195+193+38=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 193 (75.78% from 255 or 45.31% from 426); Blue value is 38 (15.23% from 255 or 8.92% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C126 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C126 is #3C3ED9. Grayscale: #B0B0B0. Windows color (decimal): -3948250 or 2539971. OLE color: 2539971.

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

Color convert

RGB 195 193 38 -
CMYK 0 0.01 0.81 0.24
HSL 59.24º 0.67% 0.46% -
HSV(B) 59.24º 0.81% 0.76% -
XYZ 41.93 49.88 9.25 -
YUV 175.93 50.16 141.6 -
System Red Green Blue C M Y K H S L
Decimal 195 193 38 0 0.01 0.81 0.24 59.24 0.67 0.46
Hex C3 C1 26 0 1 51 18 3B 43 2E
Octal 303 301 46 0 1 121 30 73 103 56
Binary 11000011 11000001 100110 0 1 1010001 11000 111011 1000011 101110

Color Harmonies of #C3C126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C126

Black with #C3C126

Text Example


Text Example

White with #C3C126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C126; }

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

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

background-color css

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

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

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

border-color css

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

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

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