Html Css Color HEX #C4DCBA Surf Crest

📋 copy color: '#C4DCBA'

red 196 ◦ green 220 ◦ blue 186

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

Shades of Surf Crest #C4DCBA

Tints of Surf Crest #C4DCBA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.54%

 BLUE value IS 186 (73.05% from 255) = 30.9%

R = 32.56%
G = 36.54%
B = 30.9%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#C4DCBA (or 0xC4DCBA) is known color: Surf Crest. HEX triplet: C4, DC and BA. RGB value is (196,220,186). Sum of RGB (Red+Green+Blue) = 196+220+186=602 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.56% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 186 (73.05% from 255 or 30.90% from 602); Max value from RGB is 220 - color contains mainly: green. Hex color #C4DCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DCBA is #3B2345. Grayscale: #D1D1D1. Windows color (decimal): -3875654 or 12246212. OLE color: 12246212.

HSL color Cylindrical-coordinate representation of color #C4DCBA: hue angle of 102.35º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C4DCBA is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 220 186 -
CMYK 0.11 0 0.15 0.14
HSL 102.35º 0.33% 0.8% -
HSV(B) 102.35º 0.15% 0.86% -
XYZ 57.22 66.47 56.27 -
YUV 208.95 115.05 118.76 -
System Red Green Blue C M Y K H S L
Decimal 196 220 186 0.11 0 0.15 0.14 102.35 0.33 0.8
Hex C4 DC BA B 0 F E 66 21 50
Octal 304 334 272 13 0 17 16 146 41 120
Binary 11000100 11011100 10111010 1011 0 1111 1110 1100110 100001 1010000

Color Harmonies of #C4DCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DCBA

Black with #C4DCBA

Text Example


Text Example

White with #C4DCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DCBA; }

 p { color: rgb(196,220,186); }

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

background-color css

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

 a { background-color: rgb(196,220,186); }

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

border-color css

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

 span { border-color: rgb(196,220,186); }

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