Html Css Color HEX #C2CBBD Surf Crest

📋 copy color: '#C2CBBD'

red 194 ◦ green 203 ◦ blue 189

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

Shades of Surf Crest #C2CBBD

Tints of Surf Crest #C2CBBD

RGB

 RED value IS 194 (76.17% from 255) = 33.11%

 GREEN value IS 203 (79.69% from 255) = 34.64%

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

R = 33.11%
G = 34.64%
B = 32.25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#C2CBBD (or 0xC2CBBD) is known color: Surf Crest. HEX triplet: C2, CB and BD. RGB value is (194,203,189). Sum of RGB (Red+Green+Blue) = 194+203+189=586 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.11% from 586); Green value is 203 (79.69% from 255 or 34.64% from 586); Blue value is 189 (74.22% from 255 or 32.25% from 586); Max value from RGB is 203 - color contains mainly: green. Hex color #C2CBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CBBD is #3D3442. Grayscale: #C6C6C6. Windows color (decimal): -4011075 or 12438466. OLE color: 12438466.

HSL color Cylindrical-coordinate representation of color #C2CBBD: hue angle of 98.57º degrees, saturation: 0.12, 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 #C2CBBD is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 203 189 -
CMYK 0.04 0 0.07 0.20
HSL 98.57º 0.12% 0.77% -
HSV(B) 98.57º 0.07% 0.8% -
XYZ 52.79 57.86 56.53 -
YUV 198.71 122.52 124.64 -
System Red Green Blue C M Y K H S L
Decimal 194 203 189 0.04 0 0.07 0.20 98.57 0.12 0.77
Hex C2 CB BD 4 0 7 14 63 C 4D
Octal 302 313 275 4 0 7 24 143 14 115
Binary 11000010 11001011 10111101 100 0 111 10100 1100011 1100 1001101

Color Harmonies of #C2CBBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CBBD

Black with #C2CBBD

Text Example


Text Example

White with #C2CBBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CBBD; }

 p { color: rgb(194,203,189); }

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

background-color css

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

 a { background-color: rgb(194,203,189); }

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

border-color css

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

 span { border-color: rgb(194,203,189); }

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