Html Css Color HEX #CEABA8 Oyster Pink

📋 copy color: '#CEABA8'

red 206 ◦ green 171 ◦ blue 168

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

Shades of Oyster Pink #CEABA8

Tints of Oyster Pink #CEABA8

RGB

 RED value IS 206 (80.86% from 255) = 37.8%

 GREEN value IS 171 (67.19% from 255) = 31.38%

 BLUE value IS 168 (66.02% from 255) = 30.83%

R = 37.8%
G = 31.38%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#CEABA8 (or 0xCEABA8) is known color: Oyster Pink. HEX triplet: CE, AB and A8. RGB value is (206,171,168). Sum of RGB (Red+Green+Blue) = 206+171+168=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 171 (67.19% from 255 or 31.38% from 545); Blue value is 168 (66.02% from 255 or 30.83% from 545); Max value from RGB is 206 - color contains mainly: red. Hex color #CEABA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEABA8 is #315457. Grayscale: #B5B5B5. Windows color (decimal): -3232856 or 11054030. OLE color: 11054030.

HSL color Cylindrical-coordinate representation of color #CEABA8: hue angle of 4.74º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEABA8 is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 171 168 -
CMYK 0 0.17 0.18 0.19
HSL 4.74º 0.28% 0.73% -
HSV(B) 4.74º 0.18% 0.81% -
XYZ 47.08 45.07 43.26 -
YUV 181.12 120.6 145.74 -
System Red Green Blue C M Y K H S L
Decimal 206 171 168 0 0.17 0.18 0.19 4.74 0.28 0.73
Hex CE AB A8 0 11 12 13 5 1C 49
Octal 316 253 250 0 21 22 23 5 34 111
Binary 11001110 10101011 10101000 0 10001 10010 10011 101 11100 1001001

Color Harmonies of #CEABA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEABA8

Black with #CEABA8

Text Example


Text Example

White with #CEABA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEABA8; }

 p { color: rgb(206,171,168); }

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

background-color css

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

 a { background-color: rgb(206,171,168); }

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

border-color css

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

 span { border-color: rgb(206,171,168); }

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