Html Css Color HEX #CBA8AD Careys Pink

📋 copy color: '#CBA8AD'

red 203 ◦ green 168 ◦ blue 173

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

Shades of Careys Pink #CBA8AD

Tints of Careys Pink #CBA8AD

RGB

 RED value IS 203 (79.69% from 255) = 37.32%

 GREEN value IS 168 (66.02% from 255) = 30.88%

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

R = 37.32%
G = 30.88%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CBA8AD (or 0xCBA8AD) is known color: Careys Pink. HEX triplet: CB, A8 and AD. RGB value is (203,168,173). Sum of RGB (Red+Green+Blue) = 203+168+173=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 168 (66.02% from 255 or 30.88% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA8AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA8AD is #345752. Grayscale: #B3B3B3. Windows color (decimal): -3430227 or 11380939. OLE color: 11380939.

HSL color Cylindrical-coordinate representation of color #CBA8AD: hue angle of 351.43º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBA8AD is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 168 173 -
CMYK 0 0.17 0.15 0.20
HSL 351.43º 0.25% 0.73% -
HSV(B) 351.43º 0.17% 0.8% -
XYZ 46.17 43.72 45.54 -
YUV 179.04 124.6 145.09 -
System Red Green Blue C M Y K H S L
Decimal 203 168 173 0 0.17 0.15 0.20 351.43 0.25 0.73
Hex CB A8 AD 0 11 F 14 15F 19 49
Octal 313 250 255 0 21 17 24 537 31 111
Binary 11001011 10101000 10101101 0 10001 1111 10100 101011111 11001 1001001

Color Harmonies of #CBA8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA8AD

Black with #CBA8AD

Text Example


Text Example

White with #CBA8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA8AD; }

 p { color: rgb(203,168,173); }

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

background-color css

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

 a { background-color: rgb(203,168,173); }

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

border-color css

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

 span { border-color: rgb(203,168,173); }

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