Html Css Color HEX #C3C020 Barberry

📋 copy color: '#C3C020'

red 195 ◦ green 192 ◦ blue 32

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

Shades of Barberry #C3C020

Tints of Barberry #C3C020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.64%

R = 46.54%
G = 45.82%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C3C020 (or 0xC3C020) is known color: Barberry. HEX triplet: C3, C0 and 20. RGB value is (195,192,32). Sum of RGB (Red+Green+Blue) = 195+192+32=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 32 (12.89% from 255 or 7.64% from 419); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C020 is #3C3FDF. Grayscale: #AFAFAF. Windows color (decimal): -3948512 or 2146499. OLE color: 2146499.

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

Color convert

RGB 195 192 32 -
CMYK 0 0.02 0.84 0.24
HSL 58.9º 0.72% 0.45% -
HSV(B) 58.9º 0.84% 0.76% -
XYZ 41.62 49.41 8.71 -
YUV 174.66 47.49 142.51 -
System Red Green Blue C M Y K H S L
Decimal 195 192 32 0 0.02 0.84 0.24 58.9 0.72 0.45
Hex C3 C0 20 0 2 54 18 3B 48 2D
Octal 303 300 40 0 2 124 30 73 110 55
Binary 11000011 11000000 100000 0 10 1010100 11000 111011 1001000 101101

Color Harmonies of #C3C020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C020

Black with #C3C020

Text Example


Text Example

White with #C3C020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C020; }

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

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

background-color css

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

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

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

border-color css

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

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

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