Html Css Color HEX #C7C52A Barberry

📋 copy color: '#C7C52A'

red 199 ◦ green 197 ◦ blue 42

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

Shades of Barberry #C7C52A

Tints of Barberry #C7C52A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 44.98%

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

R = 45.43%
G = 44.98%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C7C52A (or 0xC7C52A) is known color: Barberry. HEX triplet: C7, C5 and 2A. RGB value is (199,197,42). Sum of RGB (Red+Green+Blue) = 199+197+42=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 197 (77.34% from 255 or 44.98% from 438); Blue value is 42 (16.80% from 255 or 9.59% from 438); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C52A is #383AD5. Grayscale: #B4B4B4. Windows color (decimal): -3685078 or 2803143. OLE color: 2803143.

HSL color Cylindrical-coordinate representation of color #C7C52A: hue angle of 59.24º 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 #C7C52A is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 197 42 -
CMYK 0 0.01 0.79 0.22
HSL 59.24º 0.65% 0.47% -
HSV(B) 59.24º 0.79% 0.78% -
XYZ 43.94 52.24 9.96 -
YUV 179.93 50.16 141.6 -
System Red Green Blue C M Y K H S L
Decimal 199 197 42 0 0.01 0.79 0.22 59.24 0.65 0.47
Hex C7 C5 2A 0 1 4F 16 3B 41 2F
Octal 307 305 52 0 1 117 26 73 101 57
Binary 11000111 11000101 101010 0 1 1001111 10110 111011 1000001 101111

Color Harmonies of #C7C52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C52A

Black with #C7C52A

Text Example


Text Example

White with #C7C52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C52A; }

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

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

background-color css

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

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

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

border-color css

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

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

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