Html Css Color HEX #C6CD1C Barberry

📋 copy color: '#C6CD1C'

red 198 ◦ green 205 ◦ blue 28

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

Shades of Barberry #C6CD1C

Tints of Barberry #C6CD1C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 47.56%

 BLUE value IS 28 (11.33% from 255) = 6.5%

R = 45.94%
G = 47.56%
B = 6.5%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#C6CD1C (or 0xC6CD1C) is known color: Barberry. HEX triplet: C6, CD and 1C. RGB value is (198,205,28). Sum of RGB (Red+Green+Blue) = 198+205+28=431 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.94% from 431); Green value is 205 (80.47% from 255 or 47.56% from 431); Blue value is 28 (11.33% from 255 or 6.50% from 431); Max value from RGB is 205 - color contains mainly: green. Hex color #C6CD1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6CD1C is #3932E3. Grayscale: #B7B7B7. Windows color (decimal): -3748580 or 1887686. OLE color: 1887686.

HSL color Cylindrical-coordinate representation of color #C6CD1C: hue angle of 62.37º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C6CD1C is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 198 205 28 -
CMYK 0.03 0 0.86 0.20
HSL 62.37º 0.76% 0.46% -
HSV(B) 62.37º 0.86% 0.8% -
XYZ 45.33 55.75 9.47 -
YUV 182.73 40.68 138.89 -
System Red Green Blue C M Y K H S L
Decimal 198 205 28 0.03 0 0.86 0.20 62.37 0.76 0.46
Hex C6 CD 1C 3 0 56 14 3E 4C 2E
Octal 306 315 34 3 0 126 24 76 114 56
Binary 11000110 11001101 11100 11 0 1010110 10100 111110 1001100 101110

Color Harmonies of #C6CD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CD1C

Black with #C6CD1C

Text Example


Text Example

White with #C6CD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CD1C; }

 p { color: rgb(198,205,28); }

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

background-color css

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

 a { background-color: rgb(198,205,28); }

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

border-color css

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

 span { border-color: rgb(198,205,28); }

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