Html Css Color HEX #C3D0BA Surf Crest

📋 copy color: '#C3D0BA'

red 195 ◦ green 208 ◦ blue 186

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

Shades of Surf Crest #C3D0BA

Tints of Surf Crest #C3D0BA

RGB

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

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

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

R = 33.11%
G = 35.31%
B = 31.58%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#C3D0BA (or 0xC3D0BA) is known color: Surf Crest. HEX triplet: C3, D0 and BA. RGB value is (195,208,186). Sum of RGB (Red+Green+Blue) = 195+208+186=589 (78% of max value = 765). Red value is 195 (76.56% from 255 or 33.11% from 589); Green value is 208 (81.64% from 255 or 35.31% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 208 - color contains mainly: green. Hex color #C3D0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D0BA is #3C2F45. Grayscale: #C9C9C9. Windows color (decimal): -3944262 or 12243139. OLE color: 12243139.

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

Color convert

RGB 195 208 186 -
CMYK 0.06 0 0.11 0.18
HSL 95.45º 0.19% 0.77% -
HSV(B) 95.45º 0.11% 0.82% -
XYZ 53.92 60.26 55.24 -
YUV 201.61 119.19 123.29 -
System Red Green Blue C M Y K H S L
Decimal 195 208 186 0.06 0 0.11 0.18 95.45 0.19 0.77
Hex C3 D0 BA 6 0 B 12 5F 13 4D
Octal 303 320 272 6 0 13 22 137 23 115
Binary 11000011 11010000 10111010 110 0 1011 10010 1011111 10011 1001101

Color Harmonies of #C3D0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3D0BA

Black with #C3D0BA

Text Example


Text Example

White with #C3D0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3D0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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