Html Css Color HEX #C0D6B4 Surf Crest

📋 copy color: '#C0D6B4'

red 192 ◦ green 214 ◦ blue 180

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

Shades of Surf Crest #C0D6B4

Tints of Surf Crest #C0D6B4

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.52%

 BLUE value IS 180 (70.7% from 255) = 30.72%

R = 32.76%
G = 36.52%
B = 30.72%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#C0D6B4 (or 0xC0D6B4) is known color: Surf Crest. HEX triplet: C0, D6 and B4. RGB value is (192,214,180). Sum of RGB (Red+Green+Blue) = 192+214+180=586 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.76% from 586); Green value is 214 (83.98% from 255 or 36.52% from 586); Blue value is 180 (70.70% from 255 or 30.72% from 586); Max value from RGB is 214 - color contains mainly: green. Hex color #C0D6B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D6B4 is #3F294B. Grayscale: #CBCBCB. Windows color (decimal): -4139340 or 11851456. OLE color: 11851456.

HSL color Cylindrical-coordinate representation of color #C0D6B4: hue angle of 98.82º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0D6B4 is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 214 180 -
CMYK 0.10 0 0.16 0.16
HSL 98.82º 0.29% 0.77% -
HSV(B) 98.82º 0.16% 0.84% -
XYZ 54.02 62.59 52.41 -
YUV 203.55 114.71 119.76 -
System Red Green Blue C M Y K H S L
Decimal 192 214 180 0.10 0 0.16 0.16 98.82 0.29 0.77
Hex C0 D6 B4 A 0 10 10 63 1D 4D
Octal 300 326 264 12 0 20 20 143 35 115
Binary 11000000 11010110 10110100 1010 0 10000 10000 1100011 11101 1001101

Color Harmonies of #C0D6B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D6B4

Black with #C0D6B4

Text Example


Text Example

White with #C0D6B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D6B4; }

 p { color: rgb(192,214,180); }

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

background-color css

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

 a { background-color: rgb(192,214,180); }

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

border-color css

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

 span { border-color: rgb(192,214,180); }

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