Html Css Color HEX #C9CFC6 Surf Crest

📋 copy color: '#C9CFC6'

red 201 ◦ green 207 ◦ blue 198

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

Shades of Surf Crest #C9CFC6

Tints of Surf Crest #C9CFC6

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.16%

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

R = 33.17%
G = 34.16%
B = 32.67%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#C9CFC6 (or 0xC9CFC6) is known color: Surf Crest. HEX triplet: C9, CF and C6. RGB value is (201,207,198). Sum of RGB (Red+Green+Blue) = 201+207+198=606 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.17% from 606); Green value is 207 (81.25% from 255 or 34.16% from 606); Blue value is 198 (77.73% from 255 or 32.67% from 606); Max value from RGB is 207 - color contains mainly: green. Hex color #C9CFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CFC6 is #363039. Grayscale: #CCCCCC. Windows color (decimal): -3551290 or 13029321. OLE color: 13029321.

HSL color Cylindrical-coordinate representation of color #C9CFC6: hue angle of 100º degrees, saturation: 0.09, 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 #C9CFC6 is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 207 198 -
CMYK 0.03 0 0.04 0.19
HSL 100º 0.09% 0.79% -
HSV(B) 100º 0.04% 0.81% -
XYZ 56.59 61.12 62.24 -
YUV 204.18 124.51 125.73 -
System Red Green Blue C M Y K H S L
Decimal 201 207 198 0.03 0 0.04 0.19 100 0.09 0.79
Hex C9 CF C6 3 0 4 13 64 9 4F
Octal 311 317 306 3 0 4 23 144 11 117
Binary 11001001 11001111 11000110 11 0 100 10011 1100100 1001 1001111

Color Harmonies of #C9CFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CFC6

Black with #C9CFC6

Text Example


Text Example

White with #C9CFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CFC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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