Html Css Color HEX #C3DDC0 Surf Crest

📋 copy color: '#C3DDC0'

red 195 ◦ green 221 ◦ blue 192

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

Shades of Surf Crest #C3DDC0

Tints of Surf Crest #C3DDC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 31.58%

R = 32.07%
G = 36.35%
B = 31.58%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#C3DDC0 (or 0xC3DDC0) is known color: Surf Crest. HEX triplet: C3, DD and C0. RGB value is (195,221,192). Sum of RGB (Red+Green+Blue) = 195+221+192=608 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.07% from 608); Green value is 221 (86.72% from 255 or 36.35% from 608); Blue value is 192 (75.39% from 255 or 31.58% from 608); Max value from RGB is 221 - color contains mainly: green. Hex color #C3DDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DDC0 is #3C223F. Grayscale: #D2D2D2. Windows color (decimal): -3940928 or 12639683. OLE color: 12639683.

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

Color convert

RGB 195 221 192 -
CMYK 0.12 0 0.13 0.13
HSL 113.79º 0.3% 0.81% -
HSV(B) 113.79º 0.13% 0.87% -
XYZ 57.88 67.12 59.77 -
YUV 209.92 117.89 117.36 -
System Red Green Blue C M Y K H S L
Decimal 195 221 192 0.12 0 0.13 0.13 113.79 0.3 0.81
Hex C3 DD C0 C 0 D D 72 1E 51
Octal 303 335 300 14 0 15 15 162 36 121
Binary 11000011 11011101 11000000 1100 0 1101 1101 1110010 11110 1010001

Color Harmonies of #C3DDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3DDC0

Black with #C3DDC0

Text Example


Text Example

White with #C3DDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3DDC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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