Html Css Color HEX #C3DCBA Surf Crest

📋 copy color: '#C3DCBA'

red 195 ◦ green 220 ◦ blue 186

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

Shades of Surf Crest #C3DCBA

Tints of Surf Crest #C3DCBA

RGB

 RED value IS 195 (76.56% from 255) = 32.45%

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

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

R = 32.45%
G = 36.61%
B = 30.95%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#C3DCBA (or 0xC3DCBA) is known color: Surf Crest. HEX triplet: C3, DC and BA. RGB value is (195,220,186). Sum of RGB (Red+Green+Blue) = 195+220+186=601 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.45% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 186 (73.05% from 255 or 30.95% from 601); Max value from RGB is 220 - color contains mainly: green. Hex color #C3DCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DCBA is #3C2345. Grayscale: #D0D0D0. Windows color (decimal): -3941190 or 12246211. OLE color: 12246211.

HSL color Cylindrical-coordinate representation of color #C3DCBA: hue angle of 104.12º 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 #C3DCBA is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 220 186 -
CMYK 0.11 0 0.15 0.14
HSL 104.12º 0.33% 0.8% -
HSV(B) 104.12º 0.15% 0.86% -
XYZ 56.96 66.33 56.26 -
YUV 208.65 115.22 118.26 -
System Red Green Blue C M Y K H S L
Decimal 195 220 186 0.11 0 0.15 0.14 104.12 0.33 0.8
Hex C3 DC BA B 0 F E 68 21 50
Octal 303 334 272 13 0 17 16 150 41 120
Binary 11000011 11011100 10111010 1011 0 1111 1110 1101000 100001 1010000

Color Harmonies of #C3DCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3DCBA

Black with #C3DCBA

Text Example


Text Example

White with #C3DCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3DCBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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