Html Css Color HEX #C1D2BE Surf Crest

📋 copy color: '#C1D2BE'

red 193 ◦ green 210 ◦ blue 190

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

Shades of Surf Crest #C1D2BE

Tints of Surf Crest #C1D2BE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.41%

 BLUE value IS 190 (74.61% from 255) = 32.04%

R = 32.55%
G = 35.41%
B = 32.04%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#C1D2BE (or 0xC1D2BE) is known color: Surf Crest. HEX triplet: C1, D2 and BE. RGB value is (193,210,190). Sum of RGB (Red+Green+Blue) = 193+210+190=593 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.55% from 593); Green value is 210 (82.42% from 255 or 35.41% from 593); Blue value is 190 (74.61% from 255 or 32.04% from 593); Max value from RGB is 210 - color contains mainly: green. Hex color #C1D2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D2BE is #3E2D41. Grayscale: #CACACA. Windows color (decimal): -4074818 or 12505793. OLE color: 12505793.

HSL color Cylindrical-coordinate representation of color #C1D2BE: hue angle of 111º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C1D2BE is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 193 210 190 -
CMYK 0.08 0 0.10 0.18
HSL 111º 0.18% 0.78% -
HSV(B) 111º 0.1% 0.82% -
XYZ 54.33 61.15 57.65 -
YUV 202.64 120.87 121.13 -
System Red Green Blue C M Y K H S L
Decimal 193 210 190 0.08 0 0.10 0.18 111 0.18 0.78
Hex C1 D2 BE 8 0 A 12 6F 12 4E
Octal 301 322 276 10 0 12 22 157 22 116
Binary 11000001 11010010 10111110 1000 0 1010 10010 1101111 10010 1001110

Color Harmonies of #C1D2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D2BE

Black with #C1D2BE

Text Example


Text Example

White with #C1D2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D2BE; }

 p { color: rgb(193,210,190); }

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

background-color css

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

 a { background-color: rgb(193,210,190); }

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

border-color css

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

 span { border-color: rgb(193,210,190); }

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