Html Css Color HEX #C3C7C1 Surf Crest

📋 copy color: '#C3C7C1'

red 195 ◦ green 199 ◦ blue 193

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

Shades of Surf Crest #C3C7C1

Tints of Surf Crest #C3C7C1

RGB

 RED value IS 195 (76.56% from 255) = 33.22%

 GREEN value IS 199 (78.13% from 255) = 33.9%

 BLUE value IS 193 (75.78% from 255) = 32.88%

R = 33.22%
G = 33.9%
B = 32.88%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C3C7C1 (or 0xC3C7C1) is known color: Surf Crest. HEX triplet: C3, C7 and C1. RGB value is (195,199,193). Sum of RGB (Red+Green+Blue) = 195+199+193=587 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.22% from 587); Green value is 199 (78.12% from 255 or 33.90% from 587); Blue value is 193 (75.78% from 255 or 32.88% from 587); Max value from RGB is 199 - color contains mainly: green. Hex color #C3C7C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C7C1 is #3C383E. Grayscale: #C5C5C5. Windows color (decimal): -3946559 or 12699587. OLE color: 12699587.

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

Color convert

RGB 195 199 193 -
CMYK 0.02 0 0.03 0.22
HSL 100º 0.05% 0.77% -
HSV(B) 100º 0.03% 0.78% -
XYZ 52.55 56.3 58.55 -
YUV 197.12 125.67 126.49 -
System Red Green Blue C M Y K H S L
Decimal 195 199 193 0.02 0 0.03 0.22 100 0.05 0.77
Hex C3 C7 C1 2 0 3 16 64 5 4D
Octal 303 307 301 2 0 3 26 144 5 115
Binary 11000011 11000111 11000001 10 0 11 10110 1100100 101 1001101

Color Harmonies of #C3C7C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C7C1

Black with #C3C7C1

Text Example


Text Example

White with #C3C7C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C7C1; }

 p { color: rgb(195,199,193); }

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

background-color css

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

 a { background-color: rgb(195,199,193); }

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

border-color css

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

 span { border-color: rgb(195,199,193); }

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