Html Css Color HEX #C3C226 Barberry

📋 copy color: '#C3C226'

red 195 ◦ green 194 ◦ blue 38

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

Shades of Barberry #C3C226

Tints of Barberry #C3C226

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.43%

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

R = 45.67%
G = 45.43%
B = 8.9%

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

#C3C226 (or 0xC3C226) is known color: Barberry. HEX triplet: C3, C2 and 26. RGB value is (195,194,38). Sum of RGB (Red+Green+Blue) = 195+194+38=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 194 (76.17% from 255 or 45.43% from 427); Blue value is 38 (15.23% from 255 or 8.90% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C226 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C226 is #3C3DD9. Grayscale: #B1B1B1. Windows color (decimal): -3947994 or 2540227. OLE color: 2540227.

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

Color convert

RGB 195 194 38 -
CMYK 0 0.01 0.81 0.24
HSL 59.62º 0.67% 0.46% -
HSV(B) 59.62º 0.81% 0.76% -
XYZ 42.15 50.33 9.33 -
YUV 176.52 49.83 141.18 -
System Red Green Blue C M Y K H S L
Decimal 195 194 38 0 0.01 0.81 0.24 59.62 0.67 0.46
Hex C3 C2 26 0 1 51 18 3C 43 2E
Octal 303 302 46 0 1 121 30 74 103 56
Binary 11000011 11000010 100110 0 1 1010001 11000 111100 1000011 101110

Color Harmonies of #C3C226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C226

Black with #C3C226

Text Example


Text Example

White with #C3C226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C226; }

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

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

background-color css

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

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

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

border-color css

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

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

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