Html Css Color HEX #C3C028 Barberry

📋 copy color: '#C3C028'

red 195 ◦ green 192 ◦ blue 40

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

Shades of Barberry #C3C028

Tints of Barberry #C3C028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.37%

R = 45.67%
G = 44.96%
B = 9.37%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C3C028 (or 0xC3C028) is known color: Barberry. HEX triplet: C3, C0 and 28. RGB value is (195,192,40). Sum of RGB (Red+Green+Blue) = 195+192+40=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 192 (75.39% from 255 or 44.96% from 427); Blue value is 40 (16.02% from 255 or 9.37% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C028 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C028 is #3C3FD7. Grayscale: #B0B0B0. Windows color (decimal): -3948504 or 2670787. OLE color: 2670787.

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

Color convert

RGB 195 192 40 -
CMYK 0 0.02 0.79 0.24
HSL 58.84º 0.66% 0.46% -
HSV(B) 58.84º 0.79% 0.76% -
XYZ 41.74 49.45 9.35 -
YUV 175.57 51.49 141.86 -
System Red Green Blue C M Y K H S L
Decimal 195 192 40 0 0.02 0.79 0.24 58.84 0.66 0.46
Hex C3 C0 28 0 2 4F 18 3B 42 2E
Octal 303 300 50 0 2 117 30 73 102 56
Binary 11000011 11000000 101000 0 10 1001111 11000 111011 1000010 101110

Color Harmonies of #C3C028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C028

Black with #C3C028

Text Example


Text Example

White with #C3C028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C028; }

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

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

background-color css

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

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

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

border-color css

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

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

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