Html Css Color HEX #C0CCB9 Surf Crest

📋 copy color: '#C0CCB9'

red 192 ◦ green 204 ◦ blue 185

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

Shades of Surf Crest #C0CCB9

Tints of Surf Crest #C0CCB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 31.84%

R = 33.05%
G = 35.11%
B = 31.84%

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

#C0CCB9 (or 0xC0CCB9) is known color: Surf Crest. HEX triplet: C0, CC and B9. RGB value is (192,204,185). Sum of RGB (Red+Green+Blue) = 192+204+185=581 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.05% from 581); Green value is 204 (80.08% from 255 or 35.11% from 581); Blue value is 185 (72.66% from 255 or 31.84% from 581); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CCB9 is #3F3346. Grayscale: #C6C6C6. Windows color (decimal): -4141895 or 12176576. OLE color: 12176576.

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

Color convert

RGB 192 204 185 -
CMYK 0.06 0 0.09 0.2
HSL 97.89º 0.16% 0.76% -
HSV(B) 97.89º 0.09% 0.8% -
XYZ 52.09 57.89 54.33 -
YUV 198.25 120.52 123.54 -
System Red Green Blue C M Y K H S L
Decimal 192 204 185 0.06 0 0.09 0.2 97.89 0.16 0.76
Hex C0 CC B9 6 0 9 14 62 10 4C
Octal 300 314 271 6 0 11 24 142 20 114
Binary 11000000 11001100 10111001 110 0 1001 10100 1100010 10000 1001100

Color Harmonies of #C0CCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CCB9

Black with #C0CCB9

Text Example


Text Example

White with #C0CCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CCB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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