Html Css Color HEX #C0D2BB Surf Crest

📋 copy color: '#C0D2BB'

red 192 ◦ green 210 ◦ blue 187

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

Shades of Surf Crest #C0D2BB

Tints of Surf Crest #C0D2BB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.65%

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

R = 32.6%
G = 35.65%
B = 31.75%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#C0D2BB (or 0xC0D2BB) is known color: Surf Crest. HEX triplet: C0, D2 and BB. RGB value is (192,210,187). Sum of RGB (Red+Green+Blue) = 192+210+187=589 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.60% from 589); Green value is 210 (82.42% from 255 or 35.65% from 589); Blue value is 187 (73.44% from 255 or 31.75% from 589); Max value from RGB is 210 - color contains mainly: green. Hex color #C0D2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D2BB is #3F2D44. Grayscale: #CACACA. Windows color (decimal): -4140357 or 12309184. OLE color: 12309184.

HSL color Cylindrical-coordinate representation of color #C0D2BB: hue angle of 106.96º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0D2BB is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 210 187 -
CMYK 0.09 0 0.11 0.18
HSL 106.96º 0.2% 0.78% -
HSV(B) 106.96º 0.11% 0.82% -
XYZ 53.75 60.89 55.93 -
YUV 202 119.54 120.87 -
System Red Green Blue C M Y K H S L
Decimal 192 210 187 0.09 0 0.11 0.18 106.96 0.2 0.78
Hex C0 D2 BB 9 0 B 12 6B 14 4E
Octal 300 322 273 11 0 13 22 153 24 116
Binary 11000000 11010010 10111011 1001 0 1011 10010 1101011 10100 1001110

Color Harmonies of #C0D2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D2BB

Black with #C0D2BB

Text Example


Text Example

White with #C0D2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D2BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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