Html Css Color HEX #C3C02E Barberry

📋 copy color: '#C3C02E'

red 195 ◦ green 192 ◦ blue 46

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

Shades of Barberry #C3C02E

Tints of Barberry #C3C02E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.62%

R = 45.03%
G = 44.34%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C3C02E (or 0xC3C02E) is known color: Barberry. HEX triplet: C3, C0 and 2E. RGB value is (195,192,46). Sum of RGB (Red+Green+Blue) = 195+192+46=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 192 (75.39% from 255 or 44.34% from 433); Blue value is 46 (18.36% from 255 or 10.62% from 433); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C02E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C02E is #3C3FD1. Grayscale: #B0B0B0. Windows color (decimal): -3948498 or 3064003. OLE color: 3064003.

HSL color Cylindrical-coordinate representation of color #C3C02E: hue angle of 58.79º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C3C02E is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 192 46 -
CMYK 0 0.02 0.76 0.24
HSL 58.79º 0.62% 0.47% -
HSV(B) 58.79º 0.76% 0.76% -
XYZ 41.85 49.5 9.93 -
YUV 176.25 54.49 141.37 -
System Red Green Blue C M Y K H S L
Decimal 195 192 46 0 0.02 0.76 0.24 58.79 0.62 0.47
Hex C3 C0 2E 0 2 4C 18 3B 3E 2F
Octal 303 300 56 0 2 114 30 73 76 57
Binary 11000011 11000000 101110 0 10 1001100 11000 111011 111110 101111

Color Harmonies of #C3C02E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C02E

Black with #C3C02E

Text Example


Text Example

White with #C3C02E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C02E; }

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

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

background-color css

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

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

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

border-color css

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

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

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