Html Css Color HEX #C9D7BF Surf Crest

📋 copy color: '#C9D7BF'

red 201 ◦ green 215 ◦ blue 191

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

Shades of Surf Crest #C9D7BF

Tints of Surf Crest #C9D7BF

RGB

 RED value IS 201 (78.91% from 255) = 33.11%

 GREEN value IS 215 (84.38% from 255) = 35.42%

 BLUE value IS 191 (75% from 255) = 31.47%

R = 33.11%
G = 35.42%
B = 31.47%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#C9D7BF (or 0xC9D7BF) is known color: Surf Crest. HEX triplet: C9, D7 and BF. RGB value is (201,215,191). Sum of RGB (Red+Green+Blue) = 201+215+191=607 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.11% from 607); Green value is 215 (84.38% from 255 or 35.42% from 607); Blue value is 191 (75% from 255 or 31.47% from 607); Max value from RGB is 215 - color contains mainly: green. Hex color #C9D7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D7BF is #362840. Grayscale: #D0D0D0. Windows color (decimal): -3549249 or 12572617. OLE color: 12572617.

HSL color Cylindrical-coordinate representation of color #C9D7BF: hue angle of 95º degrees, saturation: 0.23, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C9D7BF is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 215 191 -
CMYK 0.07 0 0.11 0.16
HSL 95º 0.23% 0.8% -
HSV(B) 95º 0.11% 0.84% -
XYZ 57.79 64.78 58.75 -
YUV 208.08 118.36 122.95 -
System Red Green Blue C M Y K H S L
Decimal 201 215 191 0.07 0 0.11 0.16 95 0.23 0.8
Hex C9 D7 BF 7 0 B 10 5F 17 50
Octal 311 327 277 7 0 13 20 137 27 120
Binary 11001001 11010111 10111111 111 0 1011 10000 1011111 10111 1010000

Color Harmonies of #C9D7BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D7BF

Black with #C9D7BF

Text Example


Text Example

White with #C9D7BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D7BF; }

 p { color: rgb(201,215,191); }

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

background-color css

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

 a { background-color: rgb(201,215,191); }

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

border-color css

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

 span { border-color: rgb(201,215,191); }

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