Html Css Color HEX #C4D0BF Surf Crest

📋 copy color: '#C4D0BF'

red 196 ◦ green 208 ◦ blue 191

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

Shades of Surf Crest #C4D0BF

Tints of Surf Crest #C4D0BF

RGB

 RED value IS 196 (76.95% from 255) = 32.94%

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

 BLUE value IS 191 (75% from 255) = 32.1%

R = 32.94%
G = 34.96%
B = 32.1%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#C4D0BF (or 0xC4D0BF) is known color: Surf Crest. HEX triplet: C4, D0 and BF. RGB value is (196,208,191). Sum of RGB (Red+Green+Blue) = 196+208+191=595 (78% of max value = 765). Red value is 196 (76.95% from 255 or 32.94% from 595); Green value is 208 (81.64% from 255 or 34.96% from 595); Blue value is 191 (75% from 255 or 32.10% from 595); Max value from RGB is 208 - color contains mainly: green. Hex color #C4D0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D0BF is #3B2F40. Grayscale: #CACACA. Windows color (decimal): -3878721 or 12570820. OLE color: 12570820.

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

Color convert

RGB 196 208 191 -
CMYK 0.06 0 0.08 0.18
HSL 102.35º 0.15% 0.78% -
HSV(B) 102.35º 0.08% 0.82% -
XYZ 54.72 60.61 58.1 -
YUV 202.47 121.52 123.38 -
System Red Green Blue C M Y K H S L
Decimal 196 208 191 0.06 0 0.08 0.18 102.35 0.15 0.78
Hex C4 D0 BF 6 0 8 12 66 F 4E
Octal 304 320 277 6 0 10 22 146 17 116
Binary 11000100 11010000 10111111 110 0 1000 10010 1100110 1111 1001110

Color Harmonies of #C4D0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D0BF

Black with #C4D0BF

Text Example


Text Example

White with #C4D0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D0BF; }

 p { color: rgb(196,208,191); }

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

background-color css

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

 a { background-color: rgb(196,208,191); }

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

border-color css

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

 span { border-color: rgb(196,208,191); }

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