Html Css Color HEX #C6C52A Barberry

📋 copy color: '#C6C52A'

red 198 ◦ green 197 ◦ blue 42

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

Shades of Barberry #C6C52A

Tints of Barberry #C6C52A

RGB

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

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

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

R = 45.31%
G = 45.08%
B = 9.61%

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

#C6C52A (or 0xC6C52A) is known color: Barberry. HEX triplet: C6, C5 and 2A. RGB value is (198,197,42). Sum of RGB (Red+Green+Blue) = 198+197+42=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 197 (77.34% from 255 or 45.08% from 437); Blue value is 42 (16.80% from 255 or 9.61% from 437); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C52A is #393AD5. Grayscale: #B4B4B4. Windows color (decimal): -3750614 or 2803142. OLE color: 2803142.

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

Color convert

RGB 198 197 42 -
CMYK 0 0.01 0.79 0.22
HSL 59.62º 0.65% 0.47% -
HSV(B) 59.62º 0.79% 0.78% -
XYZ 43.67 52.11 9.95 -
YUV 179.63 50.33 141.1 -
System Red Green Blue C M Y K H S L
Decimal 198 197 42 0 0.01 0.79 0.22 59.62 0.65 0.47
Hex C6 C5 2A 0 1 4F 16 3C 41 2F
Octal 306 305 52 0 1 117 26 74 101 57
Binary 11000110 11000101 101010 0 1 1001111 10110 111100 1000001 101111

Color Harmonies of #C6C52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C52A

Black with #C6C52A

Text Example


Text Example

White with #C6C52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C52A; }

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

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

background-color css

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

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

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

border-color css

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

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

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