Html Css Color HEX #C2CCBC Surf Crest

📋 copy color: '#C2CCBC'

red 194 ◦ green 204 ◦ blue 188

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

Shades of Surf Crest #C2CCBC

Tints of Surf Crest #C2CCBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 32.08%

R = 33.11%
G = 34.81%
B = 32.08%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#C2CCBC (or 0xC2CCBC) is known color: Surf Crest. HEX triplet: C2, CC and BC. RGB value is (194,204,188). Sum of RGB (Red+Green+Blue) = 194+204+188=586 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.11% from 586); Green value is 204 (80.08% from 255 or 34.81% from 586); Blue value is 188 (73.83% from 255 or 32.08% from 586); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CCBC is #3D3343. Grayscale: #C7C7C7. Windows color (decimal): -4010820 or 12373186. OLE color: 12373186.

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

Color convert

RGB 194 204 188 -
CMYK 0.05 0 0.08 0.2
HSL 97.5º 0.14% 0.77% -
HSV(B) 97.5º 0.08% 0.8% -
XYZ 52.92 58.29 56.04 -
YUV 199.19 121.69 124.3 -
System Red Green Blue C M Y K H S L
Decimal 194 204 188 0.05 0 0.08 0.2 97.5 0.14 0.77
Hex C2 CC BC 5 0 8 14 62 E 4D
Octal 302 314 274 5 0 10 24 142 16 115
Binary 11000010 11001100 10111100 101 0 1000 10100 1100010 1110 1001101

Color Harmonies of #C2CCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CCBC

Black with #C2CCBC

Text Example


Text Example

White with #C2CCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CCBC; }

 p { color: rgb(194,204,188); }

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

background-color css

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

 a { background-color: rgb(194,204,188); }

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

border-color css

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

 span { border-color: rgb(194,204,188); }

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