Html Css Color HEX #C3C026 Barberry

📋 copy color: '#C3C026'

red 195 ◦ green 192 ◦ blue 38

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

Shades of Barberry #C3C026

Tints of Barberry #C3C026

RGB

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

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

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

R = 45.88%
G = 45.18%
B = 8.94%

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

#C3C026 (or 0xC3C026) is known color: Barberry. HEX triplet: C3, C0 and 26. RGB value is (195,192,38). Sum of RGB (Red+Green+Blue) = 195+192+38=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 192 (75.39% from 255 or 45.18% from 425); Blue value is 38 (15.23% from 255 or 8.94% from 425); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C026 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C026 is #3C3FD9. Grayscale: #AFAFAF. Windows color (decimal): -3948506 or 2539715. OLE color: 2539715.

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

Color convert

RGB 195 192 38 -
CMYK 0 0.02 0.81 0.24
HSL 58.85º 0.67% 0.46% -
HSV(B) 58.85º 0.81% 0.76% -
XYZ 41.71 49.44 9.18 -
YUV 175.34 50.49 142.02 -
System Red Green Blue C M Y K H S L
Decimal 195 192 38 0 0.02 0.81 0.24 58.85 0.67 0.46
Hex C3 C0 26 0 2 51 18 3B 43 2E
Octal 303 300 46 0 2 121 30 73 103 56
Binary 11000011 11000000 100110 0 10 1010001 11000 111011 1000011 101110

Color Harmonies of #C3C026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C026

Black with #C3C026

Text Example


Text Example

White with #C3C026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C026; }

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

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

background-color css

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

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

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

border-color css

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

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

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