Html Css Color HEX #CFB0AB Oyster Pink

📋 copy color: '#CFB0AB'

red 207 ◦ green 176 ◦ blue 171

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

Shades of Oyster Pink #CFB0AB

Tints of Oyster Pink #CFB0AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 30.87%

R = 37.36%
G = 31.77%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CFB0AB (or 0xCFB0AB) is known color: Oyster Pink. HEX triplet: CF, B0 and AB. RGB value is (207,176,171). Sum of RGB (Red+Green+Blue) = 207+176+171=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 176 (69.14% from 255 or 31.77% from 554); Blue value is 171 (67.19% from 255 or 30.87% from 554); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB0AB is #304F54. Grayscale: #B8B8B8. Windows color (decimal): -3166037 or 11251919. OLE color: 11251919.

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

Color convert

RGB 207 176 171 -
CMYK 0 0.15 0.17 0.19
HSL 8.33º 0.27% 0.74% -
HSV(B) 8.33º 0.17% 0.81% -
XYZ 48.61 47.26 45.09 -
YUV 184.7 120.27 143.91 -
System Red Green Blue C M Y K H S L
Decimal 207 176 171 0 0.15 0.17 0.19 8.33 0.27 0.74
Hex CF B0 AB 0 F 11 13 8 1B 4A
Octal 317 260 253 0 17 21 23 10 33 112
Binary 11001111 10110000 10101011 0 1111 10001 10011 1000 11011 1001010

Color Harmonies of #CFB0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB0AB

Black with #CFB0AB

Text Example


Text Example

White with #CFB0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB0AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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