Html Css Color HEX #C6D2BC Surf Crest

📋 copy color: '#C6D2BC'

red 198 ◦ green 210 ◦ blue 188

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

Shades of Surf Crest #C6D2BC

Tints of Surf Crest #C6D2BC

RGB

 RED value IS 198 (77.73% from 255) = 33.22%

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

 BLUE value IS 188 (73.83% from 255) = 31.54%

R = 33.22%
G = 35.23%
B = 31.54%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#C6D2BC (or 0xC6D2BC) is known color: Surf Crest. HEX triplet: C6, D2 and BC. RGB value is (198,210,188). Sum of RGB (Red+Green+Blue) = 198+210+188=596 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.22% from 596); Green value is 210 (82.42% from 255 or 35.23% from 596); Blue value is 188 (73.83% from 255 or 31.54% from 596); Max value from RGB is 210 - color contains mainly: green. Hex color #C6D2BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D2BC is #392D43. Grayscale: #CBCBCB. Windows color (decimal): -3747140 or 12374726. OLE color: 12374726.

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

Color convert

RGB 198 210 188 -
CMYK 0.06 0 0.10 0.18
HSL 92.73º 0.2% 0.78% -
HSV(B) 92.73º 0.1% 0.82% -
XYZ 55.41 61.73 56.57 -
YUV 203.9 119.02 123.79 -
System Red Green Blue C M Y K H S L
Decimal 198 210 188 0.06 0 0.10 0.18 92.73 0.2 0.78
Hex C6 D2 BC 6 0 A 12 5D 14 4E
Octal 306 322 274 6 0 12 22 135 24 116
Binary 11000110 11010010 10111100 110 0 1010 10010 1011101 10100 1001110

Color Harmonies of #C6D2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D2BC

Black with #C6D2BC

Text Example


Text Example

White with #C6D2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D2BC; }

 p { color: rgb(198,210,188); }

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

background-color css

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

 a { background-color: rgb(198,210,188); }

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

border-color css

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

 span { border-color: rgb(198,210,188); }

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