Html Css Color HEX #C6D0BE Surf Crest

📋 copy color: '#C6D0BE'

red 198 ◦ green 208 ◦ blue 190

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

Shades of Surf Crest #C6D0BE

Tints of Surf Crest #C6D0BE

RGB

 RED value IS 198 (77.73% from 255) = 33.22%

 GREEN value IS 208 (81.64% from 255) = 34.9%

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

R = 33.22%
G = 34.9%
B = 31.88%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#C6D0BE (or 0xC6D0BE) is known color: Surf Crest. HEX triplet: C6, D0 and BE. RGB value is (198,208,190). Sum of RGB (Red+Green+Blue) = 198+208+190=596 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.22% from 596); Green value is 208 (81.64% from 255 or 34.90% from 596); Blue value is 190 (74.61% from 255 or 31.88% from 596); Max value from RGB is 208 - color contains mainly: green. Hex color #C6D0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D0BE is #392F41. Grayscale: #CBCBCB. Windows color (decimal): -3747650 or 12505286. OLE color: 12505286.

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

Color convert

RGB 198 208 190 -
CMYK 0.05 0 0.09 0.18
HSL 93.33º 0.16% 0.78% -
HSV(B) 93.33º 0.09% 0.82% -
XYZ 55.14 60.84 57.55 -
YUV 202.96 120.69 124.46 -
System Red Green Blue C M Y K H S L
Decimal 198 208 190 0.05 0 0.09 0.18 93.33 0.16 0.78
Hex C6 D0 BE 5 0 9 12 5D 10 4E
Octal 306 320 276 5 0 11 22 135 20 116
Binary 11000110 11010000 10111110 101 0 1001 10010 1011101 10000 1001110

Color Harmonies of #C6D0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D0BE

Black with #C6D0BE

Text Example


Text Example

White with #C6D0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D0BE; }

 p { color: rgb(198,208,190); }

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

background-color css

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

 a { background-color: rgb(198,208,190); }

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

border-color css

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

 span { border-color: rgb(198,208,190); }

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