Html Css Color HEX #C4CAC1 Surf Crest

📋 copy color: '#C4CAC1'

red 196 ◦ green 202 ◦ blue 193

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

Shades of Surf Crest #C4CAC1

Tints of Surf Crest #C4CAC1

RGB

 RED value IS 196 (76.95% from 255) = 33.16%

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

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

R = 33.16%
G = 34.18%
B = 32.66%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#C4CAC1 (or 0xC4CAC1) is known color: Surf Crest. HEX triplet: C4, CA and C1. RGB value is (196,202,193). Sum of RGB (Red+Green+Blue) = 196+202+193=591 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.16% from 591); Green value is 202 (79.30% from 255 or 34.18% from 591); Blue value is 193 (75.78% from 255 or 32.66% from 591); Max value from RGB is 202 - color contains mainly: green. Hex color #C4CAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CAC1 is #3B353E. Grayscale: #C7C7C7. Windows color (decimal): -3880255 or 12700356. OLE color: 12700356.

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

Color convert

RGB 196 202 193 -
CMYK 0.03 0 0.04 0.21
HSL 100º 0.08% 0.77% -
HSV(B) 100º 0.04% 0.79% -
XYZ 53.51 57.83 58.79 -
YUV 199.18 124.51 125.73 -
System Red Green Blue C M Y K H S L
Decimal 196 202 193 0.03 0 0.04 0.21 100 0.08 0.77
Hex C4 CA C1 3 0 4 15 64 8 4D
Octal 304 312 301 3 0 4 25 144 10 115
Binary 11000100 11001010 11000001 11 0 100 10101 1100100 1000 1001101

Color Harmonies of #C4CAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CAC1

Black with #C4CAC1

Text Example


Text Example

White with #C4CAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CAC1; }

 p { color: rgb(196,202,193); }

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

background-color css

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

 a { background-color: rgb(196,202,193); }

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

border-color css

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

 span { border-color: rgb(196,202,193); }

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