Html Css Color HEX #C1D385 Deco

📋 copy color: '#C1D385'

red 193 ◦ green 211 ◦ blue 133

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

Shades of Deco #C1D385

Tints of Deco #C1D385

RGB

 RED value IS 193 (75.78% from 255) = 35.94%

 GREEN value IS 211 (82.81% from 255) = 39.29%

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

R = 35.94%
G = 39.29%
B = 24.77%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#C1D385 (or 0xC1D385) is known color: Deco. HEX triplet: C1, D3 and 85. RGB value is (193,211,133). Sum of RGB (Red+Green+Blue) = 193+211+133=537 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.94% from 537); Green value is 211 (82.81% from 255 or 39.29% from 537); Blue value is 133 (52.34% from 255 or 24.77% from 537); Max value from RGB is 211 - color contains mainly: green. Hex color #C1D385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D385 is #3E2C7A. Grayscale: #C5C5C5. Windows color (decimal): -4074619 or 8770497. OLE color: 8770497.

HSL color Cylindrical-coordinate representation of color #C1D385: hue angle of 73.85º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C1D385 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB 193 211 133 -
CMYK 0.09 0 0.37 0.17
HSL 73.85º 0.47% 0.67% -
HSV(B) 73.85º 0.37% 0.83% -
XYZ 49.52 59.62 31.09 -
YUV 196.73 92.04 125.34 -
System Red Green Blue C M Y K H S L
Decimal 193 211 133 0.09 0 0.37 0.17 73.85 0.47 0.67
Hex C1 D3 85 9 0 25 11 4A 2F 43
Octal 301 323 205 11 0 45 21 112 57 103
Binary 11000001 11010011 10000101 1001 0 100101 10001 1001010 101111 1000011

Color Harmonies of #C1D385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D385

Black with #C1D385

Text Example


Text Example

White with #C1D385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D385; }

 p { color: rgb(193,211,133); }

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

background-color css

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

 a { background-color: rgb(193,211,133); }

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

border-color css

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

 span { border-color: rgb(193,211,133); }

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