Html Css Color HEX #C7C12A Barberry

📋 copy color: '#C7C12A'

red 199 ◦ green 193 ◦ blue 42

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

Shades of Barberry #C7C12A

Tints of Barberry #C7C12A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.47%

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

R = 45.85%
G = 44.47%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C7C12A (or 0xC7C12A) is known color: Barberry. HEX triplet: C7, C1 and 2A. RGB value is (199,193,42). Sum of RGB (Red+Green+Blue) = 199+193+42=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 193 (75.78% from 255 or 44.47% from 434); Blue value is 42 (16.80% from 255 or 9.68% from 434); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C12A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C12A is #383ED5. Grayscale: #B2B2B2. Windows color (decimal): -3686102 or 2802119. OLE color: 2802119.

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

Color convert

RGB 199 193 42 -
CMYK 0 0.03 0.79 0.22
HSL 57.71º 0.65% 0.47% -
HSV(B) 57.71º 0.79% 0.78% -
XYZ 43.04 50.45 9.66 -
YUV 177.58 51.49 143.28 -
System Red Green Blue C M Y K H S L
Decimal 199 193 42 0 0.03 0.79 0.22 57.71 0.65 0.47
Hex C7 C1 2A 0 3 4F 16 3A 41 2F
Octal 307 301 52 0 3 117 26 72 101 57
Binary 11000111 11000001 101010 0 11 1001111 10110 111010 1000001 101111

Color Harmonies of #C7C12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C12A

Black with #C7C12A

Text Example


Text Example

White with #C7C12A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C12A; }

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

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

background-color css

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

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

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

border-color css

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

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

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