Html Css Color HEX #C0CCBA Surf Crest

📋 copy color: '#C0CCBA'

red 192 ◦ green 204 ◦ blue 186

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

Shades of Surf Crest #C0CCBA

Tints of Surf Crest #C0CCBA

RGB

 RED value IS 192 (75.39% from 255) = 32.99%

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

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

R = 32.99%
G = 35.05%
B = 31.96%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#C0CCBA (or 0xC0CCBA) is known color: Surf Crest. HEX triplet: C0, CC and BA. RGB value is (192,204,186). Sum of RGB (Red+Green+Blue) = 192+204+186=582 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.99% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 186 (73.05% from 255 or 31.96% from 582); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CCBA is #3F3345. Grayscale: #C6C6C6. Windows color (decimal): -4141894 or 12242112. OLE color: 12242112.

HSL color Cylindrical-coordinate representation of color #C0CCBA: hue angle of 100º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0CCBA is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 192 204 186 -
CMYK 0.06 0 0.09 0.2
HSL 100º 0.15% 0.76% -
HSV(B) 100º 0.09% 0.8% -
XYZ 52.19 57.94 54.89 -
YUV 198.36 121.02 123.46 -
System Red Green Blue C M Y K H S L
Decimal 192 204 186 0.06 0 0.09 0.2 100 0.15 0.76
Hex C0 CC BA 6 0 9 14 64 F 4C
Octal 300 314 272 6 0 11 24 144 17 114
Binary 11000000 11001100 10111010 110 0 1001 10100 1100100 1111 1001100

Color Harmonies of #C0CCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CCBA

Black with #C0CCBA

Text Example


Text Example

White with #C0CCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CCBA; }

 p { color: rgb(192,204,186); }

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

background-color css

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

 a { background-color: rgb(192,204,186); }

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

border-color css

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

 span { border-color: rgb(192,204,186); }

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