Html Css Color HEX #C0CCBC Surf Crest

📋 copy color: '#C0CCBC'

red 192 ◦ green 204 ◦ blue 188

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

Shades of Surf Crest #C0CCBC

Tints of Surf Crest #C0CCBC

RGB

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

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

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

R = 32.88%
G = 34.93%
B = 32.19%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#C0CCBC (or 0xC0CCBC) is known color: Surf Crest. HEX triplet: C0, CC and BC. RGB value is (192,204,188). Sum of RGB (Red+Green+Blue) = 192+204+188=584 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.88% from 584); Green value is 204 (80.08% from 255 or 34.93% from 584); Blue value is 188 (73.83% from 255 or 32.19% from 584); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CCBC is #3F3343. Grayscale: #C6C6C6. Windows color (decimal): -4141892 or 12373184. OLE color: 12373184.

HSL color Cylindrical-coordinate representation of color #C0CCBC: hue angle of 105º 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 #C0CCBC is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB 192 204 188 -
CMYK 0.06 0 0.08 0.2
HSL 105º 0.14% 0.77% -
HSV(B) 105º 0.08% 0.8% -
XYZ 52.41 58.02 56.01 -
YUV 198.59 122.02 123.3 -
System Red Green Blue C M Y K H S L
Decimal 192 204 188 0.06 0 0.08 0.2 105 0.14 0.77
Hex C0 CC BC 6 0 8 14 69 E 4D
Octal 300 314 274 6 0 10 24 151 16 115
Binary 11000000 11001100 10111100 110 0 1000 10100 1101001 1110 1001101

Color Harmonies of #C0CCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CCBC

Black with #C0CCBC

Text Example


Text Example

White with #C0CCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CCBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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