Html Css Color HEX #CEB5AF Oyster Pink

📋 copy color: '#CEB5AF'

red 206 ◦ green 181 ◦ blue 175

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

Shades of Oyster Pink #CEB5AF

Tints of Oyster Pink #CEB5AF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.21%

 BLUE value IS 175 (68.75% from 255) = 31.14%

R = 36.65%
G = 32.21%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CEB5AF (or 0xCEB5AF) is known color: Oyster Pink. HEX triplet: CE, B5 and AF. RGB value is (206,181,175). Sum of RGB (Red+Green+Blue) = 206+181+175=562 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.65% from 562); Green value is 181 (71.09% from 255 or 32.21% from 562); Blue value is 175 (68.75% from 255 or 31.14% from 562); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB5AF is #314A50. Grayscale: #BBBBBB. Windows color (decimal): -3230289 or 11515342. OLE color: 11515342.

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

Color convert

RGB 206 181 175 -
CMYK 0 0.12 0.15 0.19
HSL 11.61º 0.24% 0.75% -
HSV(B) 11.61º 0.15% 0.81% -
XYZ 49.72 49.26 47.45 -
YUV 187.79 120.78 140.99 -
System Red Green Blue C M Y K H S L
Decimal 206 181 175 0 0.12 0.15 0.19 11.61 0.24 0.75
Hex CE B5 AF 0 C F 13 C 18 4B
Octal 316 265 257 0 14 17 23 14 30 113
Binary 11001110 10110101 10101111 0 1100 1111 10011 1100 11000 1001011

Color Harmonies of #CEB5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB5AF

Black with #CEB5AF

Text Example


Text Example

White with #CEB5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB5AF; }

 p { color: rgb(206,181,175); }

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

background-color css

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

 a { background-color: rgb(206,181,175); }

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

border-color css

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

 span { border-color: rgb(206,181,175); }

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