Html Css Color HEX #C0DAB0 Surf Crest

📋 copy color: '#C0DAB0'

red 192 ◦ green 218 ◦ blue 176

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

Shades of Surf Crest #C0DAB0

Tints of Surf Crest #C0DAB0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.2%

 BLUE value IS 176 (69.14% from 255) = 30.03%

R = 32.76%
G = 37.2%
B = 30.03%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#C0DAB0 (or 0xC0DAB0) is known color: Surf Crest. HEX triplet: C0, DA and B0. RGB value is (192,218,176). Sum of RGB (Red+Green+Blue) = 192+218+176=586 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.76% from 586); Green value is 218 (85.55% from 255 or 37.20% from 586); Blue value is 176 (69.14% from 255 or 30.03% from 586); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DAB0 is #3F254F. Grayscale: #CDCDCD. Windows color (decimal): -4138320 or 11590336. OLE color: 11590336.

HSL color Cylindrical-coordinate representation of color #C0DAB0: hue angle of 97.14º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0DAB0 is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 218 176 -
CMYK 0.12 0 0.19 0.15
HSL 97.14º 0.36% 0.77% -
HSV(B) 97.14º 0.19% 0.85% -
XYZ 54.65 64.48 50.64 -
YUV 205.44 111.39 118.42 -
System Red Green Blue C M Y K H S L
Decimal 192 218 176 0.12 0 0.19 0.15 97.14 0.36 0.77
Hex C0 DA B0 C 0 13 F 61 24 4D
Octal 300 332 260 14 0 23 17 141 44 115
Binary 11000000 11011010 10110000 1100 0 10011 1111 1100001 100100 1001101

Color Harmonies of #C0DAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DAB0

Black with #C0DAB0

Text Example


Text Example

White with #C0DAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DAB0; }

 p { color: rgb(192,218,176); }

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

background-color css

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

 a { background-color: rgb(192,218,176); }

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

border-color css

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

 span { border-color: rgb(192,218,176); }

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