Html Css Color HEX #C9CEC6 Surf Crest

📋 copy color: '#C9CEC6'

red 201 ◦ green 206 ◦ blue 198

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

Shades of Surf Crest #C9CEC6

Tints of Surf Crest #C9CEC6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.05%

 BLUE value IS 198 (77.73% from 255) = 32.73%

R = 33.22%
G = 34.05%
B = 32.73%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#C9CEC6 (or 0xC9CEC6) is known color: Surf Crest. HEX triplet: C9, CE and C6. RGB value is (201,206,198). Sum of RGB (Red+Green+Blue) = 201+206+198=605 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.22% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 198 (77.73% from 255 or 32.73% from 605); Max value from RGB is 206 - color contains mainly: green. Hex color #C9CEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CEC6 is #363139. Grayscale: #CBCBCB. Windows color (decimal): -3551546 or 13029065. OLE color: 13029065.

HSL color Cylindrical-coordinate representation of color #C9CEC6: hue angle of 97.5º degrees, saturation: 0.08, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C9CEC6 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 206 198 -
CMYK 0.02 0 0.04 0.19
HSL 97.5º 0.08% 0.79% -
HSV(B) 97.5º 0.04% 0.81% -
XYZ 56.35 60.64 62.16 -
YUV 203.59 124.84 126.15 -
System Red Green Blue C M Y K H S L
Decimal 201 206 198 0.02 0 0.04 0.19 97.5 0.08 0.79
Hex C9 CE C6 2 0 4 13 62 8 4F
Octal 311 316 306 2 0 4 23 142 10 117
Binary 11001001 11001110 11000110 10 0 100 10011 1100010 1000 1001111

Color Harmonies of #C9CEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CEC6

Black with #C9CEC6

Text Example


Text Example

White with #C9CEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CEC6; }

 p { color: rgb(201,206,198); }

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

background-color css

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

 a { background-color: rgb(201,206,198); }

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

border-color css

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

 span { border-color: rgb(201,206,198); }

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