#C7C024

Color #C7C024 Barberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barberry #C7C024

Tints of Barberry #C7C024

Color information

#C7C024 (or 0xC7C024) is unknown color: approx Barberry. HEX triplet: C7, C0 and 24. RGB value is (199,192,36). Sum of RGB (Red+Green+Blue) = 199+192+36=427 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.60% from 427); Green value is 192 (75.39% from 255 or 44.96% from 427); Blue value is 36 (14.45% from 255 or 8.43% from 427); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C024 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C024 is #383FDB. Grayscale: #B0B0B0. Windows color (decimal): -3686364 or 2408647. OLE color: 2408647.

HSL color Cylindrical-coordinate representation of color #C7C024: hue angle of 57.42º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C7C024 is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB19919236-
CMYK00.040.820.22
HSL57.42º69.36%46.08%-
HSV(B)57.42º81.91%78.04%-
XYZ42.7249.979.06-
YUV176.3148.82144.18-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.60%
GREEN value IS 192 (75.39% from 255) = 44.96%
BLUE value IS 36 (14.45% from 255) = 8.43%
R=46.60%
G=44.96%
B=8.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.82
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991923600.040.820.2257.4269.3646.08
HexC7C02404521639452e
Octal3073004404122267110556
Binary110001111100000010010001001010010101101110011000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C024; }

 p { color: rgb(199,192,36); }

 H1.HeaderClassName
 {
   color: #C7C024;
 }
 .AnyTagClassName
 {
   color: #C7C024;
 }
</style>
background-color css

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

 a { background-color: rgb(199,192,36); }

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

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

 span { border-color: rgb(199,192,36); }

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