Html Css Color HEX #C0CEB9 Surf Crest

📋 copy color: '#C0CEB9'

red 192 ◦ green 206 ◦ blue 185

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

Shades of Surf Crest #C0CEB9

Tints of Surf Crest #C0CEB9

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.33%

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

R = 32.93%
G = 35.33%
B = 31.73%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#C0CEB9 (or 0xC0CEB9) is known color: Surf Crest. HEX triplet: C0, CE and B9. RGB value is (192,206,185). Sum of RGB (Red+Green+Blue) = 192+206+185=583 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.93% from 583); Green value is 206 (80.86% from 255 or 35.33% from 583); Blue value is 185 (72.66% from 255 or 31.73% from 583); Max value from RGB is 206 - color contains mainly: green. Hex color #C0CEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CEB9 is #3F3146. Grayscale: #C7C7C7. Windows color (decimal): -4141383 or 12177088. OLE color: 12177088.

HSL color Cylindrical-coordinate representation of color #C0CEB9: hue angle of 100º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0CEB9 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 206 185 -
CMYK 0.07 0 0.10 0.19
HSL 100º 0.18% 0.77% -
HSV(B) 100º 0.1% 0.81% -
XYZ 52.57 58.85 54.49 -
YUV 199.42 119.86 122.71 -
System Red Green Blue C M Y K H S L
Decimal 192 206 185 0.07 0 0.10 0.19 100 0.18 0.77
Hex C0 CE B9 7 0 A 13 64 12 4D
Octal 300 316 271 7 0 12 23 144 22 115
Binary 11000000 11001110 10111001 111 0 1010 10011 1100100 10010 1001101

Color Harmonies of #C0CEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CEB9

Black with #C0CEB9

Text Example


Text Example

White with #C0CEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CEB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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