Html Css Color HEX #C7C02E Barberry

📋 copy color: '#C7C02E'

red 199 ◦ green 192 ◦ blue 46

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

Shades of Barberry #C7C02E

Tints of Barberry #C7C02E

RGB

 RED value IS 199 (78.13% from 255) = 45.54%

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

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

R = 45.54%
G = 43.94%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C7C02E (or 0xC7C02E) is known color: Barberry. HEX triplet: C7, C0 and 2E. RGB value is (199,192,46). Sum of RGB (Red+Green+Blue) = 199+192+46=437 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.54% from 437); Green value is 192 (75.39% from 255 or 43.94% from 437); Blue value is 46 (18.36% from 255 or 10.53% from 437); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C02E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C02E is #383FD1. Grayscale: #B2B2B2. Windows color (decimal): -3686354 or 3064007. OLE color: 3064007.

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

Color convert

RGB 199 192 46 -
CMYK 0 0.04 0.77 0.22
HSL 57.25º 0.62% 0.48% -
HSV(B) 57.25º 0.77% 0.78% -
XYZ 42.9 50.04 9.98 -
YUV 177.45 53.82 143.37 -
System Red Green Blue C M Y K H S L
Decimal 199 192 46 0 0.04 0.77 0.22 57.25 0.62 0.48
Hex C7 C0 2E 0 4 4D 16 39 3E 30
Octal 307 300 56 0 4 115 26 71 76 60
Binary 11000111 11000000 101110 0 100 1001101 10110 111001 111110 110000

Color Harmonies of #C7C02E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C02E

Black with #C7C02E

Text Example


Text Example

White with #C7C02E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C02E; }

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

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

background-color css

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

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

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

border-color css

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

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

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