Html Css Color HEX #C0D6BB Surf Crest

📋 copy color: '#C0D6BB'

red 192 ◦ green 214 ◦ blue 187

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

Shades of Surf Crest #C0D6BB

Tints of Surf Crest #C0D6BB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.09%

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

R = 32.38%
G = 36.09%
B = 31.53%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#C0D6BB (or 0xC0D6BB) is known color: Surf Crest. HEX triplet: C0, D6 and BB. RGB value is (192,214,187). Sum of RGB (Red+Green+Blue) = 192+214+187=593 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.38% from 593); Green value is 214 (83.98% from 255 or 36.09% from 593); Blue value is 187 (73.44% from 255 or 31.53% from 593); Max value from RGB is 214 - color contains mainly: green. Hex color #C0D6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D6BB is #3F2944. Grayscale: #CCCCCC. Windows color (decimal): -4139333 or 12310208. OLE color: 12310208.

HSL color Cylindrical-coordinate representation of color #C0D6BB: hue angle of 108.89º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0D6BB is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 214 187 -
CMYK 0.10 0 0.13 0.16
HSL 108.89º 0.25% 0.79% -
HSV(B) 108.89º 0.13% 0.84% -
XYZ 54.75 62.89 56.27 -
YUV 204.34 118.21 119.2 -
System Red Green Blue C M Y K H S L
Decimal 192 214 187 0.10 0 0.13 0.16 108.89 0.25 0.79
Hex C0 D6 BB A 0 D 10 6D 19 4F
Octal 300 326 273 12 0 15 20 155 31 117
Binary 11000000 11010110 10111011 1010 0 1101 10000 1101101 11001 1001111

Color Harmonies of #C0D6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D6BB

Black with #C0D6BB

Text Example


Text Example

White with #C0D6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D6BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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