Html Css Color HEX #C6D9BA Surf Crest

📋 copy color: '#C6D9BA'

red 198 ◦ green 217 ◦ blue 186

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

Shades of Surf Crest #C6D9BA

Tints of Surf Crest #C6D9BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 30.95%

R = 32.95%
G = 36.11%
B = 30.95%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#C6D9BA (or 0xC6D9BA) is known color: Surf Crest. HEX triplet: C6, D9 and BA. RGB value is (198,217,186). Sum of RGB (Red+Green+Blue) = 198+217+186=601 (79% of max value = 765). Red value is 198 (77.73% from 255 or 32.95% from 601); Green value is 217 (85.16% from 255 or 36.11% from 601); Blue value is 186 (73.05% from 255 or 30.95% from 601); Max value from RGB is 217 - color contains mainly: green. Hex color #C6D9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D9BA is #392645. Grayscale: #CFCFCF. Windows color (decimal): -3745350 or 12245446. OLE color: 12245446.

HSL color Cylindrical-coordinate representation of color #C6D9BA: hue angle of 96.77º degrees, saturation: 0.29, 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 #C6D9BA is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 217 186 -
CMYK 0.09 0 0.14 0.15
HSL 96.77º 0.29% 0.79% -
HSV(B) 96.77º 0.14% 0.85% -
XYZ 56.96 65.18 56.03 -
YUV 207.79 115.71 121.02 -
System Red Green Blue C M Y K H S L
Decimal 198 217 186 0.09 0 0.14 0.15 96.77 0.29 0.79
Hex C6 D9 BA 9 0 E F 61 1D 4F
Octal 306 331 272 11 0 16 17 141 35 117
Binary 11000110 11011001 10111010 1001 0 1110 1111 1100001 11101 1001111

Color Harmonies of #C6D9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D9BA

Black with #C6D9BA

Text Example


Text Example

White with #C6D9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D9BA; }

 p { color: rgb(198,217,186); }

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

background-color css

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

 a { background-color: rgb(198,217,186); }

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

border-color css

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

 span { border-color: rgb(198,217,186); }

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