Html Css Color HEX #C3C5C2 Surf Crest

📋 copy color: '#C3C5C2'

red 195 ◦ green 197 ◦ blue 194

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

Shades of Surf Crest #C3C5C2

Tints of Surf Crest #C3C5C2

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.62%

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

R = 33.28%
G = 33.62%
B = 33.11%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C3C5C2 (or 0xC3C5C2) is known color: Surf Crest. HEX triplet: C3, C5 and C2. RGB value is (195,197,194). Sum of RGB (Red+Green+Blue) = 195+197+194=586 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.28% from 586); Green value is 197 (77.34% from 255 or 33.62% from 586); Blue value is 194 (76.17% from 255 or 33.11% from 586); Max value from RGB is 197 - color contains mainly: green. Hex color #C3C5C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C5C2 is #3C3A3D. Grayscale: #C4C4C4. Windows color (decimal): -3947070 or 12764611. OLE color: 12764611.

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

Color convert

RGB 195 197 194 -
CMYK 0.01 0 0.02 0.23
HSL 100º 0.03% 0.77% -
HSV(B) 100º 0.02% 0.77% -
XYZ 52.21 55.43 58.99 -
YUV 196.06 126.84 127.24 -
System Red Green Blue C M Y K H S L
Decimal 195 197 194 0.01 0 0.02 0.23 100 0.03 0.77
Hex C3 C5 C2 1 0 2 17 64 3 4D
Octal 303 305 302 1 0 2 27 144 3 115
Binary 11000011 11000101 11000010 1 0 10 10111 1100100 11 1001101

Color Harmonies of #C3C5C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C5C2

Black with #C3C5C2

Text Example


Text Example

White with #C3C5C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C5C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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