Html Css Color HEX #C9DCBA Surf Crest

📋 copy color: '#C9DCBA'

red 201 ◦ green 220 ◦ blue 186

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

Shades of Surf Crest #C9DCBA

Tints of Surf Crest #C9DCBA

RGB

 RED value IS 201 (78.91% from 255) = 33.11%

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

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

R = 33.11%
G = 36.24%
B = 30.64%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#C9DCBA (or 0xC9DCBA) is known color: Surf Crest. HEX triplet: C9, DC and BA. RGB value is (201,220,186). Sum of RGB (Red+Green+Blue) = 201+220+186=607 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.11% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 186 (73.05% from 255 or 30.64% from 607); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DCBA is #362345. Grayscale: #D2D2D2. Windows color (decimal): -3547974 or 12246217. OLE color: 12246217.

HSL color Cylindrical-coordinate representation of color #C9DCBA: hue angle of 93.53º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C9DCBA is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 220 186 -
CMYK 0.09 0 0.15 0.14
HSL 93.53º 0.33% 0.8% -
HSV(B) 93.53º 0.15% 0.86% -
XYZ 58.54 67.15 56.33 -
YUV 210.44 114.21 121.26 -
System Red Green Blue C M Y K H S L
Decimal 201 220 186 0.09 0 0.15 0.14 93.53 0.33 0.8
Hex C9 DC BA 9 0 F E 5E 21 50
Octal 311 334 272 11 0 17 16 136 41 120
Binary 11001001 11011100 10111010 1001 0 1111 1110 1011110 100001 1010000

Color Harmonies of #C9DCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DCBA

Black with #C9DCBA

Text Example


Text Example

White with #C9DCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DCBA; }

 p { color: rgb(201,220,186); }

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

background-color css

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

 a { background-color: rgb(201,220,186); }

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

border-color css

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

 span { border-color: rgb(201,220,186); }

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