Html Css Color HEX #C3D1BA Surf Crest

📋 copy color: '#C3D1BA'

red 195 ◦ green 209 ◦ blue 186

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

Shades of Surf Crest #C3D1BA

Tints of Surf Crest #C3D1BA

RGB

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

 GREEN value IS 209 (82.03% from 255) = 35.42%

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

R = 33.05%
G = 35.42%
B = 31.53%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#C3D1BA (or 0xC3D1BA) is known color: Surf Crest. HEX triplet: C3, D1 and BA. RGB value is (195,209,186). Sum of RGB (Red+Green+Blue) = 195+209+186=590 (78% of max value = 765). Red value is 195 (76.56% from 255 or 33.05% from 590); Green value is 209 (82.03% from 255 or 35.42% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 209 - color contains mainly: green. Hex color #C3D1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D1BA is #3C2E45. Grayscale: #CACACA. Windows color (decimal): -3944006 or 12243395. OLE color: 12243395.

HSL color Cylindrical-coordinate representation of color #C3D1BA: hue angle of 96.52º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C3D1BA is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 195 209 186 -
CMYK 0.07 0 0.11 0.18
HSL 96.52º 0.2% 0.77% -
HSV(B) 96.52º 0.11% 0.82% -
XYZ 54.17 60.75 55.32 -
YUV 202.19 118.86 122.87 -
System Red Green Blue C M Y K H S L
Decimal 195 209 186 0.07 0 0.11 0.18 96.52 0.2 0.77
Hex C3 D1 BA 7 0 B 12 61 14 4D
Octal 303 321 272 7 0 13 22 141 24 115
Binary 11000011 11010001 10111010 111 0 1011 10010 1100001 10100 1001101

Color Harmonies of #C3D1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3D1BA

Black with #C3D1BA

Text Example


Text Example

White with #C3D1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3D1BA; }

 p { color: rgb(195,209,186); }

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

background-color css

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

 a { background-color: rgb(195,209,186); }

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

border-color css

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

 span { border-color: rgb(195,209,186); }

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