Html Css Color HEX #C7C02A Barberry

📋 copy color: '#C7C02A'

red 199 ◦ green 192 ◦ blue 42

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

Shades of Barberry #C7C02A

Tints of Barberry #C7C02A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.7%

R = 45.96%
G = 44.34%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C7C02A (or 0xC7C02A) is known color: Barberry. HEX triplet: C7, C0 and 2A. RGB value is (199,192,42). Sum of RGB (Red+Green+Blue) = 199+192+42=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 192 (75.39% from 255 or 44.34% from 433); Blue value is 42 (16.80% from 255 or 9.70% from 433); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C02A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C02A is #383FD5. Grayscale: #B1B1B1. Windows color (decimal): -3686358 or 2801863. OLE color: 2801863.

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

Color convert

RGB 199 192 42 -
CMYK 0 0.04 0.79 0.22
HSL 57.32º 0.65% 0.47% -
HSV(B) 57.32º 0.79% 0.78% -
XYZ 42.82 50.01 9.59 -
YUV 176.99 51.82 143.7 -
System Red Green Blue C M Y K H S L
Decimal 199 192 42 0 0.04 0.79 0.22 57.32 0.65 0.47
Hex C7 C0 2A 0 4 4F 16 39 41 2F
Octal 307 300 52 0 4 117 26 71 101 57
Binary 11000111 11000000 101010 0 100 1001111 10110 111001 1000001 101111

Color Harmonies of #C7C02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C02A

Black with #C7C02A

Text Example


Text Example

White with #C7C02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C02A; }

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

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

background-color css

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

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

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

border-color css

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

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

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