Html Css Color HEX #C5C8C4 Surf Crest

📋 copy color: '#C5C8C4'

red 197 ◦ green 200 ◦ blue 196

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

Shades of Surf Crest #C5C8C4

Tints of Surf Crest #C5C8C4

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.73%

 BLUE value IS 196 (76.95% from 255) = 33.05%

R = 33.22%
G = 33.73%
B = 33.05%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C5C8C4 (or 0xC5C8C4) is known color: Surf Crest. HEX triplet: C5, C8 and C4. RGB value is (197,200,196). Sum of RGB (Red+Green+Blue) = 197+200+196=593 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.22% from 593); Green value is 200 (78.52% from 255 or 33.73% from 593); Blue value is 196 (76.95% from 255 or 33.05% from 593); Max value from RGB is 200 - color contains mainly: green. Hex color #C5C8C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C8C4 is #3A373B. Grayscale: #C6C6C6. Windows color (decimal): -3815228 or 12896453. OLE color: 12896453.

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

Color convert

RGB 197 200 196 -
CMYK 0.02 0 0.02 0.22
HSL 105º 0.04% 0.78% -
HSV(B) 105º 0.02% 0.78% -
XYZ 53.64 57.16 60.43 -
YUV 198.65 126.51 126.83 -
System Red Green Blue C M Y K H S L
Decimal 197 200 196 0.02 0 0.02 0.22 105 0.04 0.78
Hex C5 C8 C4 2 0 2 16 69 4 4E
Octal 305 310 304 2 0 2 26 151 4 116
Binary 11000101 11001000 11000100 10 0 10 10110 1101001 100 1001110

Color Harmonies of #C5C8C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C8C4

Black with #C5C8C4

Text Example


Text Example

White with #C5C8C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C8C4; }

 p { color: rgb(197,200,196); }

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

background-color css

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

 a { background-color: rgb(197,200,196); }

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

border-color css

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

 span { border-color: rgb(197,200,196); }

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