Html Css Color HEX #C6D085 Deco

📋 copy color: '#C6D085'

red 198 ◦ green 208 ◦ blue 133

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

Shades of Deco #C6D085

Tints of Deco #C6D085

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.59%

 BLUE value IS 133 (52.34% from 255) = 24.68%

R = 36.73%
G = 38.59%
B = 24.68%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#C6D085 (or 0xC6D085) is known color: Deco. HEX triplet: C6, D0 and 85. RGB value is (198,208,133). Sum of RGB (Red+Green+Blue) = 198+208+133=539 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.73% from 539); Green value is 208 (81.64% from 255 or 38.59% from 539); Blue value is 133 (52.34% from 255 or 24.68% from 539); Max value from RGB is 208 - color contains mainly: green. Hex color #C6D085 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6D085 is #392F7A. Grayscale: #C4C4C4. Windows color (decimal): -3747707 or 8769734. OLE color: 8769734.

HSL color Cylindrical-coordinate representation of color #C6D085: hue angle of 68º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C6D085 is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 198 208 133 -
CMYK 0.05 0 0.36 0.18
HSL 68º 0.44% 0.67% -
HSV(B) 68º 0.36% 0.82% -
XYZ 50.08 58.81 30.9 -
YUV 196.46 92.19 129.1 -
System Red Green Blue C M Y K H S L
Decimal 198 208 133 0.05 0 0.36 0.18 68 0.44 0.67
Hex C6 D0 85 5 0 24 12 44 2C 43
Octal 306 320 205 5 0 44 22 104 54 103
Binary 11000110 11010000 10000101 101 0 100100 10010 1000100 101100 1000011

Color Harmonies of #C6D085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D085

Black with #C6D085

Text Example


Text Example

White with #C6D085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D085; }

 p { color: rgb(198,208,133); }

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

background-color css

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

 a { background-color: rgb(198,208,133); }

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

border-color css

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

 span { border-color: rgb(198,208,133); }

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