Html Css Color HEX #C9CDC7 Surf Crest

📋 copy color: '#C9CDC7'

red 201 ◦ green 205 ◦ blue 199

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

Shades of Surf Crest #C9CDC7

Tints of Surf Crest #C9CDC7

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.88%

 BLUE value IS 199 (78.13% from 255) = 32.89%

R = 33.22%
G = 33.88%
B = 32.89%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#C9CDC7 (or 0xC9CDC7) is known color: Surf Crest. HEX triplet: C9, CD and C7. RGB value is (201,205,199). Sum of RGB (Red+Green+Blue) = 201+205+199=605 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.22% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 199 (78.12% from 255 or 32.89% from 605); Max value from RGB is 205 - color contains mainly: green. Hex color #C9CDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CDC7 is #363238. Grayscale: #CBCBCB. Windows color (decimal): -3551801 or 13094345. OLE color: 13094345.

HSL color Cylindrical-coordinate representation of color #C9CDC7: hue angle of 100º degrees, saturation: 0.06, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C9CDC7 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 205 199 -
CMYK 0.02 0 0.03 0.20
HSL 100º 0.06% 0.79% -
HSV(B) 100º 0.03% 0.8% -
XYZ 56.23 60.2 62.69 -
YUV 203.12 125.67 126.49 -
System Red Green Blue C M Y K H S L
Decimal 201 205 199 0.02 0 0.03 0.20 100 0.06 0.79
Hex C9 CD C7 2 0 3 14 64 6 4F
Octal 311 315 307 2 0 3 24 144 6 117
Binary 11001001 11001101 11000111 10 0 11 10100 1100100 110 1001111

Color Harmonies of #C9CDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CDC7

Black with #C9CDC7

Text Example


Text Example

White with #C9CDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CDC7; }

 p { color: rgb(201,205,199); }

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

background-color css

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

 a { background-color: rgb(201,205,199); }

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

border-color css

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

 span { border-color: rgb(201,205,199); }

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