Html Css Color HEX #C3CCBD Surf Crest

📋 copy color: '#C3CCBD'

red 195 ◦ green 204 ◦ blue 189

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

Shades of Surf Crest #C3CCBD

Tints of Surf Crest #C3CCBD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.69%

 BLUE value IS 189 (74.22% from 255) = 32.14%

R = 33.16%
G = 34.69%
B = 32.14%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#C3CCBD (or 0xC3CCBD) is known color: Surf Crest. HEX triplet: C3, CC and BD. RGB value is (195,204,189). Sum of RGB (Red+Green+Blue) = 195+204+189=588 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.16% from 588); Green value is 204 (80.08% from 255 or 34.69% from 588); Blue value is 189 (74.22% from 255 or 32.14% from 588); Max value from RGB is 204 - color contains mainly: green. Hex color #C3CCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CCBD is #3C3342. Grayscale: #C7C7C7. Windows color (decimal): -3945283 or 12438723. OLE color: 12438723.

HSL color Cylindrical-coordinate representation of color #C3CCBD: hue angle of 96º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C3CCBD is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 195 204 189 -
CMYK 0.04 0 0.07 0.2
HSL 96º 0.13% 0.77% -
HSV(B) 96º 0.07% 0.8% -
XYZ 53.28 58.46 56.62 -
YUV 199.6 122.02 124.72 -
System Red Green Blue C M Y K H S L
Decimal 195 204 189 0.04 0 0.07 0.2 96 0.13 0.77
Hex C3 CC BD 4 0 7 14 60 D 4D
Octal 303 314 275 4 0 7 24 140 15 115
Binary 11000011 11001100 10111101 100 0 111 10100 1100000 1101 1001101

Color Harmonies of #C3CCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CCBD

Black with #C3CCBD

Text Example


Text Example

White with #C3CCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CCBD; }

 p { color: rgb(195,204,189); }

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

background-color css

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

 a { background-color: rgb(195,204,189); }

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

border-color css

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

 span { border-color: rgb(195,204,189); }

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