Html Css Color HEX #C1D3BA Surf Crest

📋 copy color: '#C1D3BA'

red 193 ◦ green 211 ◦ blue 186

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

Shades of Surf Crest #C1D3BA

Tints of Surf Crest #C1D3BA

RGB

 RED value IS 193 (75.78% from 255) = 32.71%

 GREEN value IS 211 (82.81% from 255) = 35.76%

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

R = 32.71%
G = 35.76%
B = 31.53%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#C1D3BA (or 0xC1D3BA) is known color: Surf Crest. HEX triplet: C1, D3 and BA. RGB value is (193,211,186). Sum of RGB (Red+Green+Blue) = 193+211+186=590 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.71% from 590); Green value is 211 (82.81% from 255 or 35.76% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 211 - color contains mainly: green. Hex color #C1D3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D3BA is #3E2C45. Grayscale: #CACACA. Windows color (decimal): -4074566 or 12243905. OLE color: 12243905.

HSL color Cylindrical-coordinate representation of color #C1D3BA: hue angle of 103.2º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C1D3BA is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 193 211 186 -
CMYK 0.09 0 0.12 0.17
HSL 103.2º 0.22% 0.78% -
HSV(B) 103.2º 0.12% 0.83% -
XYZ 54.15 61.47 55.47 -
YUV 202.77 118.54 121.03 -
System Red Green Blue C M Y K H S L
Decimal 193 211 186 0.09 0 0.12 0.17 103.2 0.22 0.78
Hex C1 D3 BA 9 0 C 11 67 16 4E
Octal 301 323 272 11 0 14 21 147 26 116
Binary 11000001 11010011 10111010 1001 0 1100 10001 1100111 10110 1001110

Color Harmonies of #C1D3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D3BA

Black with #C1D3BA

Text Example


Text Example

White with #C1D3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D3BA; }

 p { color: rgb(193,211,186); }

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

background-color css

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

 a { background-color: rgb(193,211,186); }

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

border-color css

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

 span { border-color: rgb(193,211,186); }

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