Html Css Color HEX #C3DDB0 Madang

📋 copy color: '#C3DDB0'

red 195 ◦ green 221 ◦ blue 176

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

Shades of Madang #C3DDB0

Tints of Madang #C3DDB0

RGB

 RED value IS 195 (76.56% from 255) = 32.94%

 GREEN value IS 221 (86.72% from 255) = 37.33%

 BLUE value IS 176 (69.14% from 255) = 29.73%

R = 32.94%
G = 37.33%
B = 29.73%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#C3DDB0 (or 0xC3DDB0) is known color: Madang. HEX triplet: C3, DD and B0. RGB value is (195,221,176). Sum of RGB (Red+Green+Blue) = 195+221+176=592 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.94% from 592); Green value is 221 (86.72% from 255 or 37.33% from 592); Blue value is 176 (69.14% from 255 or 29.73% from 592); Max value from RGB is 221 - color contains mainly: green. Hex color #C3DDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3DDB0 is #3C224F. Grayscale: #D0D0D0. Windows color (decimal): -3940944 or 11591107. OLE color: 11591107.

HSL color Cylindrical-coordinate representation of color #C3DDB0: hue angle of 94.67º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C3DDB0 is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 221 176 -
CMYK 0.12 0 0.20 0.13
HSL 94.67º 0.4% 0.78% -
HSV(B) 94.67º 0.2% 0.87% -
XYZ 56.2 66.45 50.94 -
YUV 208.1 109.89 118.66 -
System Red Green Blue C M Y K H S L
Decimal 195 221 176 0.12 0 0.20 0.13 94.67 0.4 0.78
Hex C3 DD B0 C 0 14 D 5F 28 4E
Octal 303 335 260 14 0 24 15 137 50 116
Binary 11000011 11011101 10110000 1100 0 10100 1101 1011111 101000 1001110

Color Harmonies of #C3DDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3DDB0

Black with #C3DDB0

Text Example


Text Example

White with #C3DDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3DDB0; }

 p { color: rgb(195,221,176); }

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

background-color css

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

 a { background-color: rgb(195,221,176); }

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

border-color css

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

 span { border-color: rgb(195,221,176); }

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