Html Css Color HEX #CBA3AD Careys Pink

📋 copy color: '#CBA3AD'

red 203 ◦ green 163 ◦ blue 173

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

Shades of Careys Pink #CBA3AD

Tints of Careys Pink #CBA3AD

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.24%

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

R = 37.66%
G = 30.24%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CBA3AD (or 0xCBA3AD) is known color: Careys Pink. HEX triplet: CB, A3 and AD. RGB value is (203,163,173). Sum of RGB (Red+Green+Blue) = 203+163+173=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 163 (64.06% from 255 or 30.24% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA3AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA3AD is #345C52. Grayscale: #B0B0B0. Windows color (decimal): -3431507 or 11379659. OLE color: 11379659.

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

Color convert

RGB 203 163 173 -
CMYK 0 0.20 0.15 0.20
HSL 345º 0.28% 0.72% -
HSV(B) 345º 0.2% 0.8% -
XYZ 45.27 41.91 45.24 -
YUV 176.1 126.25 147.19 -
System Red Green Blue C M Y K H S L
Decimal 203 163 173 0 0.20 0.15 0.20 345 0.28 0.72
Hex CB A3 AD 0 14 F 14 159 1C 48
Octal 313 243 255 0 24 17 24 531 34 110
Binary 11001011 10100011 10101101 0 10100 1111 10100 101011001 11100 1001000

Color Harmonies of #CBA3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA3AD

Black with #CBA3AD

Text Example


Text Example

White with #CBA3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA3AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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