Html Css Color HEX #C6C12A Barberry

📋 copy color: '#C6C12A'

red 198 ◦ green 193 ◦ blue 42

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

Shades of Barberry #C6C12A

Tints of Barberry #C6C12A

RGB

 RED value IS 198 (77.73% from 255) = 45.73%

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

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

R = 45.73%
G = 44.57%
B = 9.7%

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

#C6C12A (or 0xC6C12A) is known color: Barberry. HEX triplet: C6, C1 and 2A. RGB value is (198,193,42). Sum of RGB (Red+Green+Blue) = 198+193+42=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 193 (75.78% from 255 or 44.57% from 433); Blue value is 42 (16.80% from 255 or 9.70% from 433); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C12A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C12A is #393ED5. Grayscale: #B1B1B1. Windows color (decimal): -3751638 or 2802118. OLE color: 2802118.

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

Color convert

RGB 198 193 42 -
CMYK 0 0.03 0.79 0.22
HSL 58.08º 0.65% 0.47% -
HSV(B) 58.08º 0.79% 0.78% -
XYZ 42.78 50.31 9.65 -
YUV 177.28 51.66 142.78 -
System Red Green Blue C M Y K H S L
Decimal 198 193 42 0 0.03 0.79 0.22 58.08 0.65 0.47
Hex C6 C1 2A 0 3 4F 16 3A 41 2F
Octal 306 301 52 0 3 117 26 72 101 57
Binary 11000110 11000001 101010 0 11 1001111 10110 111010 1000001 101111

Color Harmonies of #C6C12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C12A

Black with #C6C12A

Text Example


Text Example

White with #C6C12A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C12A; }

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

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

background-color css

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

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

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

border-color css

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

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

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