Html Css Color HEX #C0D9BB Surf Crest

📋 copy color: '#C0D9BB'

red 192 ◦ green 217 ◦ blue 187

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

Shades of Surf Crest #C0D9BB

Tints of Surf Crest #C0D9BB

RGB

 RED value IS 192 (75.39% from 255) = 32.21%

 GREEN value IS 217 (85.16% from 255) = 36.41%

 BLUE value IS 187 (73.44% from 255) = 31.38%

R = 32.21%
G = 36.41%
B = 31.38%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#C0D9BB (or 0xC0D9BB) is known color: Surf Crest. HEX triplet: C0, D9 and BB. RGB value is (192,217,187). Sum of RGB (Red+Green+Blue) = 192+217+187=596 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.21% from 596); Green value is 217 (85.16% from 255 or 36.41% from 596); Blue value is 187 (73.44% from 255 or 31.38% from 596); Max value from RGB is 217 - color contains mainly: green. Hex color #C0D9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D9BB is #3F2644. Grayscale: #CECECE. Windows color (decimal): -4138565 or 12310976. OLE color: 12310976.

HSL color Cylindrical-coordinate representation of color #C0D9BB: hue angle of 110º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0D9BB is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 217 187 -
CMYK 0.12 0 0.14 0.15
HSL 110º 0.28% 0.79% -
HSV(B) 110º 0.14% 0.85% -
XYZ 55.52 64.42 56.52 -
YUV 206.11 117.22 117.94 -
System Red Green Blue C M Y K H S L
Decimal 192 217 187 0.12 0 0.14 0.15 110 0.28 0.79
Hex C0 D9 BB C 0 E F 6E 1C 4F
Octal 300 331 273 14 0 16 17 156 34 117
Binary 11000000 11011001 10111011 1100 0 1110 1111 1101110 11100 1001111

Color Harmonies of #C0D9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D9BB

Black with #C0D9BB

Text Example


Text Example

White with #C0D9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D9BB; }

 p { color: rgb(192,217,187); }

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

background-color css

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

 a { background-color: rgb(192,217,187); }

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

border-color css

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

 span { border-color: rgb(192,217,187); }

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