Html Css Color HEX #C5CEC0 Surf Crest

📋 copy color: '#C5CEC0'

red 197 ◦ green 206 ◦ blue 192

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

Shades of Surf Crest #C5CEC0

Tints of Surf Crest #C5CEC0

RGB

 RED value IS 197 (77.34% from 255) = 33.11%

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

 BLUE value IS 192 (75.39% from 255) = 32.27%

R = 33.11%
G = 34.62%
B = 32.27%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#C5CEC0 (or 0xC5CEC0) is known color: Surf Crest. HEX triplet: C5, CE and C0. RGB value is (197,206,192). Sum of RGB (Red+Green+Blue) = 197+206+192=595 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.11% from 595); Green value is 206 (80.86% from 255 or 34.62% from 595); Blue value is 192 (75.39% from 255 or 32.27% from 595); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CEC0 is #3A313F. Grayscale: #C9C9C9. Windows color (decimal): -3813696 or 12635845. OLE color: 12635845.

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

Color convert

RGB 197 206 192 -
CMYK 0.04 0 0.07 0.19
HSL 98.57º 0.13% 0.78% -
HSV(B) 98.57º 0.07% 0.81% -
XYZ 54.61 59.82 58.54 -
YUV 201.71 122.52 124.64 -
System Red Green Blue C M Y K H S L
Decimal 197 206 192 0.04 0 0.07 0.19 98.57 0.13 0.78
Hex C5 CE C0 4 0 7 13 63 C 4E
Octal 305 316 300 4 0 7 23 143 14 116
Binary 11000101 11001110 11000000 100 0 111 10011 1100011 1100 1001110

Color Harmonies of #C5CEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CEC0

Black with #C5CEC0

Text Example


Text Example

White with #C5CEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CEC0; }

 p { color: rgb(197,206,192); }

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

background-color css

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

 a { background-color: rgb(197,206,192); }

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

border-color css

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

 span { border-color: rgb(197,206,192); }

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