Html Css Color HEX #CB9299 Careys Pink

📋 copy color: '#CB9299'

red 203 ◦ green 146 ◦ blue 153

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

Shades of Careys Pink #CB9299

Tints of Careys Pink #CB9299

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.08%

 BLUE value IS 153 (60.16% from 255) = 30.48%

R = 40.44%
G = 29.08%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CB9299 (or 0xCB9299) is known color: Careys Pink. HEX triplet: CB, 92 and 99. RGB value is (203,146,153). Sum of RGB (Red+Green+Blue) = 203+146+153=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 146 (57.42% from 255 or 29.08% from 502); Blue value is 153 (60.16% from 255 or 30.48% from 502); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9299 is #346D66. Grayscale: #A3A3A3. Windows color (decimal): -3435879 or 10064587. OLE color: 10064587.

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

Color convert

RGB 203 146 153 -
CMYK 0 0.28 0.25 0.20
HSL 352.63º 0.35% 0.68% -
HSV(B) 352.63º 0.28% 0.8% -
XYZ 40.66 35.55 34.86 -
YUV 163.84 121.88 155.93 -
System Red Green Blue C M Y K H S L
Decimal 203 146 153 0 0.28 0.25 0.20 352.63 0.35 0.68
Hex CB 92 99 0 1C 19 14 161 23 44
Octal 313 222 231 0 34 31 24 541 43 104
Binary 11001011 10010010 10011001 0 11100 11001 10100 101100001 100011 1000100

Color Harmonies of #CB9299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9299

Black with #CB9299

Text Example


Text Example

White with #CB9299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9299; }

 p { color: rgb(203,146,153); }

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

background-color css

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

 a { background-color: rgb(203,146,153); }

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

border-color css

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

 span { border-color: rgb(203,146,153); }

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