Html Css Color HEX #C1DCB4 Surf Crest

📋 copy color: '#C1DCB4'

red 193 ◦ green 220 ◦ blue 180

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

Shades of Surf Crest #C1DCB4

Tints of Surf Crest #C1DCB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 30.35%

R = 32.55%
G = 37.1%
B = 30.35%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#C1DCB4 (or 0xC1DCB4) is known color: Surf Crest. HEX triplet: C1, DC and B4. RGB value is (193,220,180). Sum of RGB (Red+Green+Blue) = 193+220+180=593 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.55% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 180 (70.70% from 255 or 30.35% from 593); Max value from RGB is 220 - color contains mainly: green. Hex color #C1DCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DCB4 is #3E234B. Grayscale: #CFCFCF. Windows color (decimal): -4072268 or 11852993. OLE color: 11852993.

HSL color Cylindrical-coordinate representation of color #C1DCB4: hue angle of 100.5º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1DCB4 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 220 180 -
CMYK 0.12 0 0.18 0.14
HSL 100.5º 0.36% 0.78% -
HSV(B) 100.5º 0.18% 0.86% -
XYZ 55.82 65.82 52.94 -
YUV 207.37 112.55 117.75 -
System Red Green Blue C M Y K H S L
Decimal 193 220 180 0.12 0 0.18 0.14 100.5 0.36 0.78
Hex C1 DC B4 C 0 12 E 64 24 4E
Octal 301 334 264 14 0 22 16 144 44 116
Binary 11000001 11011100 10110100 1100 0 10010 1110 1100100 100100 1001110

Color Harmonies of #C1DCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1DCB4

Black with #C1DCB4

Text Example


Text Example

White with #C1DCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1DCB4; }

 p { color: rgb(193,220,180); }

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

background-color css

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

 a { background-color: rgb(193,220,180); }

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

border-color css

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

 span { border-color: rgb(193,220,180); }

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