Html Css Color HEX #C5CAC2 Surf Crest

📋 copy color: '#C5CAC2'

red 197 ◦ green 202 ◦ blue 194

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

Shades of Surf Crest #C5CAC2

Tints of Surf Crest #C5CAC2

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.06%

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

R = 33.22%
G = 34.06%
B = 32.72%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#C5CAC2 (or 0xC5CAC2) is known color: Surf Crest. HEX triplet: C5, CA and C2. RGB value is (197,202,194). Sum of RGB (Red+Green+Blue) = 197+202+194=593 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.22% from 593); Green value is 202 (79.30% from 255 or 34.06% from 593); Blue value is 194 (76.17% from 255 or 32.72% from 593); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CAC2 is #3A353D. Grayscale: #C7C7C7. Windows color (decimal): -3814718 or 12765893. OLE color: 12765893.

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

Color convert

RGB 197 202 194 -
CMYK 0.02 0 0.04 0.21
HSL 97.5º 0.07% 0.78% -
HSV(B) 97.5º 0.04% 0.79% -
XYZ 53.88 58.01 59.4 -
YUV 199.59 124.84 126.15 -
System Red Green Blue C M Y K H S L
Decimal 197 202 194 0.02 0 0.04 0.21 97.5 0.07 0.78
Hex C5 CA C2 2 0 4 15 62 7 4E
Octal 305 312 302 2 0 4 25 142 7 116
Binary 11000101 11001010 11000010 10 0 100 10101 1100010 111 1001110

Color Harmonies of #C5CAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CAC2

Black with #C5CAC2

Text Example


Text Example

White with #C5CAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CAC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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