Html Css Color HEX #CFB0AD Oyster Pink

📋 copy color: '#CFB0AD'

red 207 ◦ green 176 ◦ blue 173

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

Shades of Oyster Pink #CFB0AD

Tints of Oyster Pink #CFB0AD

RGB

 RED value IS 207 (81.25% from 255) = 37.23%

 GREEN value IS 176 (69.14% from 255) = 31.65%

 BLUE value IS 173 (67.97% from 255) = 31.12%

R = 37.23%
G = 31.65%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CFB0AD (or 0xCFB0AD) is known color: Oyster Pink. HEX triplet: CF, B0 and AD. RGB value is (207,176,173). Sum of RGB (Red+Green+Blue) = 207+176+173=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 176 (69.14% from 255 or 31.65% from 556); Blue value is 173 (67.97% from 255 or 31.12% from 556); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB0AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB0AD is #304F52. Grayscale: #B8B8B8. Windows color (decimal): -3166035 or 11382991. OLE color: 11382991.

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

Color convert

RGB 207 176 173 -
CMYK 0 0.15 0.16 0.19
HSL 5.29º 0.26% 0.75% -
HSV(B) 5.29º 0.16% 0.81% -
XYZ 48.8 47.33 46.1 -
YUV 184.93 121.27 143.74 -
System Red Green Blue C M Y K H S L
Decimal 207 176 173 0 0.15 0.16 0.19 5.29 0.26 0.75
Hex CF B0 AD 0 F 10 13 5 1A 4B
Octal 317 260 255 0 17 20 23 5 32 113
Binary 11001111 10110000 10101101 0 1111 10000 10011 101 11010 1001011

Color Harmonies of #CFB0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB0AD

Black with #CFB0AD

Text Example


Text Example

White with #CFB0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB0AD; }

 p { color: rgb(207,176,173); }

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

background-color css

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

 a { background-color: rgb(207,176,173); }

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

border-color css

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

 span { border-color: rgb(207,176,173); }

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