Html Css Color HEX #C8CDC7 Surf Crest

📋 copy color: '#C8CDC7'

red 200 ◦ green 205 ◦ blue 199

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

Shades of Surf Crest #C8CDC7

Tints of Surf Crest #C8CDC7

RGB

 RED value IS 200 (78.52% from 255) = 33.11%

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

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

R = 33.11%
G = 33.94%
B = 32.95%

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

#C8CDC7 (or 0xC8CDC7) is known color: Surf Crest. HEX triplet: C8, CD and C7. RGB value is (200,205,199). Sum of RGB (Red+Green+Blue) = 200+205+199=604 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.11% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 199 (78.12% from 255 or 32.95% from 604); Max value from RGB is 205 - color contains mainly: green. Hex color #C8CDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CDC7 is #373238. Grayscale: #CACACA. Windows color (decimal): -3617337 or 13094344. OLE color: 13094344.

HSL color Cylindrical-coordinate representation of color #C8CDC7: hue angle of 110º 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 #C8CDC7 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB 200 205 199 -
CMYK 0.02 0 0.03 0.20
HSL 110º 0.06% 0.79% -
HSV(B) 110º 0.03% 0.8% -
XYZ 55.96 60.07 62.68 -
YUV 202.82 125.84 125.99 -
System Red Green Blue C M Y K H S L
Decimal 200 205 199 0.02 0 0.03 0.20 110 0.06 0.79
Hex C8 CD C7 2 0 3 14 6E 6 4F
Octal 310 315 307 2 0 3 24 156 6 117
Binary 11001000 11001101 11000111 10 0 11 10100 1101110 110 1001111

Color Harmonies of #C8CDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CDC7

Black with #C8CDC7

Text Example


Text Example

White with #C8CDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CDC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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