Html Css Color HEX #C1DAB0 Surf Crest

📋 copy color: '#C1DAB0'

red 193 ◦ green 218 ◦ blue 176

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

Shades of Surf Crest #C1DAB0

Tints of Surf Crest #C1DAB0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.14%

 BLUE value IS 176 (69.14% from 255) = 29.98%

R = 32.88%
G = 37.14%
B = 29.98%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#C1DAB0 (or 0xC1DAB0) is known color: Surf Crest. HEX triplet: C1, DA and B0. RGB value is (193,218,176). Sum of RGB (Red+Green+Blue) = 193+218+176=587 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.88% from 587); Green value is 218 (85.55% from 255 or 37.14% from 587); Blue value is 176 (69.14% from 255 or 29.98% from 587); Max value from RGB is 218 - color contains mainly: green. Hex color #C1DAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1DAB0 is #3E254F. Grayscale: #CDCDCD. Windows color (decimal): -4072784 or 11590337. OLE color: 11590337.

HSL color Cylindrical-coordinate representation of color #C1DAB0: hue angle of 95.71º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1DAB0 is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 193 218 176 -
CMYK 0.11 0 0.19 0.15
HSL 95.71º 0.36% 0.77% -
HSV(B) 95.71º 0.19% 0.85% -
XYZ 54.9 64.61 50.65 -
YUV 205.74 111.22 118.92 -
System Red Green Blue C M Y K H S L
Decimal 193 218 176 0.11 0 0.19 0.15 95.71 0.36 0.77
Hex C1 DA B0 B 0 13 F 60 24 4D
Octal 301 332 260 13 0 23 17 140 44 115
Binary 11000001 11011010 10110000 1011 0 10011 1111 1100000 100100 1001101

Color Harmonies of #C1DAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1DAB0

Black with #C1DAB0

Text Example


Text Example

White with #C1DAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1DAB0; }

 p { color: rgb(193,218,176); }

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

background-color css

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

 a { background-color: rgb(193,218,176); }

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

border-color css

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

 span { border-color: rgb(193,218,176); }

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