Html Css Color HEX #C4CAC2 Surf Crest

📋 copy color: '#C4CAC2'

red 196 ◦ green 202 ◦ blue 194

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

Shades of Surf Crest #C4CAC2

Tints of Surf Crest #C4CAC2

RGB

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

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

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

R = 33.11%
G = 34.12%
B = 32.77%

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

#C4CAC2 (or 0xC4CAC2) is known color: Surf Crest. HEX triplet: C4, CA and C2. RGB value is (196,202,194). Sum of RGB (Red+Green+Blue) = 196+202+194=592 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.11% from 592); Green value is 202 (79.30% from 255 or 34.12% from 592); Blue value is 194 (76.17% from 255 or 32.77% from 592); Max value from RGB is 202 - color contains mainly: green. Hex color #C4CAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CAC2 is #3B353D. Grayscale: #C7C7C7. Windows color (decimal): -3880254 or 12765892. OLE color: 12765892.

HSL color Cylindrical-coordinate representation of color #C4CAC2: hue angle of 105º 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 #C4CAC2 is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 202 194 -
CMYK 0.03 0 0.04 0.21
HSL 105º 0.07% 0.78% -
HSV(B) 105º 0.04% 0.79% -
XYZ 53.62 57.87 59.38 -
YUV 199.29 125.01 125.65 -
System Red Green Blue C M Y K H S L
Decimal 196 202 194 0.03 0 0.04 0.21 105 0.07 0.78
Hex C4 CA C2 3 0 4 15 69 7 4E
Octal 304 312 302 3 0 4 25 151 7 116
Binary 11000100 11001010 11000010 11 0 100 10101 1101001 111 1001110

Color Harmonies of #C4CAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CAC2

Black with #C4CAC2

Text Example


Text Example

White with #C4CAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CAC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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