Html Css Color HEX #C7C42A Barberry

📋 copy color: '#C7C42A'

red 199 ◦ green 196 ◦ blue 42

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

Shades of Barberry #C7C42A

Tints of Barberry #C7C42A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.85%

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

R = 45.54%
G = 44.85%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C7C42A (or 0xC7C42A) is known color: Barberry. HEX triplet: C7, C4 and 2A. RGB value is (199,196,42). Sum of RGB (Red+Green+Blue) = 199+196+42=437 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.54% from 437); Green value is 196 (76.95% from 255 or 44.85% from 437); Blue value is 42 (16.80% from 255 or 9.61% from 437); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C42A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C42A is #383BD5. Grayscale: #B3B3B3. Windows color (decimal): -3685334 or 2802887. OLE color: 2802887.

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

Color convert

RGB 199 196 42 -
CMYK 0 0.02 0.79 0.22
HSL 58.85º 0.65% 0.47% -
HSV(B) 58.85º 0.79% 0.78% -
XYZ 43.71 51.79 9.88 -
YUV 179.34 50.49 142.02 -
System Red Green Blue C M Y K H S L
Decimal 199 196 42 0 0.02 0.79 0.22 58.85 0.65 0.47
Hex C7 C4 2A 0 2 4F 16 3B 41 2F
Octal 307 304 52 0 2 117 26 73 101 57
Binary 11000111 11000100 101010 0 10 1001111 10110 111011 1000001 101111

Color Harmonies of #C7C42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C42A

Black with #C7C42A

Text Example


Text Example

White with #C7C42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C42A; }

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

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

background-color css

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

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

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

border-color css

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

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

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