Html Css Color HEX #CBA5AD Careys Pink

📋 copy color: '#CBA5AD'

red 203 ◦ green 165 ◦ blue 173

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

Shades of Careys Pink #CBA5AD

Tints of Careys Pink #CBA5AD

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.5%

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

R = 37.52%
G = 30.5%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CBA5AD (or 0xCBA5AD) is known color: Careys Pink. HEX triplet: CB, A5 and AD. RGB value is (203,165,173). Sum of RGB (Red+Green+Blue) = 203+165+173=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 165 (64.84% from 255 or 30.50% from 541); Blue value is 173 (67.97% from 255 or 31.98% from 541); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA5AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA5AD is #345A52. Grayscale: #B1B1B1. Windows color (decimal): -3430995 or 11380171. OLE color: 11380171.

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

Color convert

RGB 203 165 173 -
CMYK 0 0.19 0.15 0.20
HSL 347.37º 0.27% 0.72% -
HSV(B) 347.37º 0.19% 0.8% -
XYZ 45.63 42.62 45.36 -
YUV 177.27 125.59 146.35 -
System Red Green Blue C M Y K H S L
Decimal 203 165 173 0 0.19 0.15 0.20 347.37 0.27 0.72
Hex CB A5 AD 0 13 F 14 15B 1B 48
Octal 313 245 255 0 23 17 24 533 33 110
Binary 11001011 10100101 10101101 0 10011 1111 10100 101011011 11011 1001000

Color Harmonies of #CBA5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA5AD

Black with #CBA5AD

Text Example


Text Example

White with #CBA5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA5AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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