Html Css Color HEX #C5D5C2 Surf Crest

📋 copy color: '#C5D5C2'

red 197 ◦ green 213 ◦ blue 194

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

Shades of Surf Crest #C5D5C2

Tints of Surf Crest #C5D5C2

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.26%

 BLUE value IS 194 (76.17% from 255) = 32.12%

R = 32.62%
G = 35.26%
B = 32.12%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#C5D5C2 (or 0xC5D5C2) is known color: Surf Crest. HEX triplet: C5, D5 and C2. RGB value is (197,213,194). Sum of RGB (Red+Green+Blue) = 197+213+194=604 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.62% from 604); Green value is 213 (83.59% from 255 or 35.26% from 604); Blue value is 194 (76.17% from 255 or 32.12% from 604); Max value from RGB is 213 - color contains mainly: green. Hex color #C5D5C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D5C2 is #3A2A3D. Grayscale: #CECECE. Windows color (decimal): -3811902 or 12768709. OLE color: 12768709.

HSL color Cylindrical-coordinate representation of color #C5D5C2: hue angle of 110.53º degrees, saturation: 0.18, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C5D5C2 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 213 194 -
CMYK 0.08 0 0.09 0.16
HSL 110.53º 0.18% 0.8% -
HSV(B) 110.53º 0.09% 0.84% -
XYZ 56.56 63.35 60.29 -
YUV 206.05 121.2 121.54 -
System Red Green Blue C M Y K H S L
Decimal 197 213 194 0.08 0 0.09 0.16 110.53 0.18 0.8
Hex C5 D5 C2 8 0 9 10 6F 12 50
Octal 305 325 302 10 0 11 20 157 22 120
Binary 11000101 11010101 11000010 1000 0 1001 10000 1101111 10010 1010000

Color Harmonies of #C5D5C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D5C2

Black with #C5D5C2

Text Example


Text Example

White with #C5D5C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D5C2; }

 p { color: rgb(197,213,194); }

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

background-color css

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

 a { background-color: rgb(197,213,194); }

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

border-color css

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

 span { border-color: rgb(197,213,194); }

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