Html Css Color HEX #CB9499 Careys Pink

📋 copy color: '#CB9499'

red 203 ◦ green 148 ◦ blue 153

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

Shades of Careys Pink #CB9499

Tints of Careys Pink #CB9499

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.37%

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

R = 40.28%
G = 29.37%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CB9499 (or 0xCB9499) is known color: Careys Pink. HEX triplet: CB, 94 and 99. RGB value is (203,148,153). Sum of RGB (Red+Green+Blue) = 203+148+153=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 148 (58.20% from 255 or 29.37% from 504); Blue value is 153 (60.16% from 255 or 30.36% from 504); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9499 is #346B66. Grayscale: #A5A5A5. Windows color (decimal): -3435367 or 10065099. OLE color: 10065099.

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

Color convert

RGB 203 148 153 -
CMYK 0 0.27 0.25 0.20
HSL 354.55º 0.35% 0.69% -
HSV(B) 354.55º 0.27% 0.8% -
XYZ 40.97 36.18 34.96 -
YUV 165.02 121.22 155.09 -
System Red Green Blue C M Y K H S L
Decimal 203 148 153 0 0.27 0.25 0.20 354.55 0.35 0.69
Hex CB 94 99 0 1B 19 14 163 23 45
Octal 313 224 231 0 33 31 24 543 43 105
Binary 11001011 10010100 10011001 0 11011 11001 10100 101100011 100011 1000101

Color Harmonies of #CB9499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9499

Black with #CB9499

Text Example


Text Example

White with #CB9499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9499; }

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

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

background-color css

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

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

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

border-color css

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

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

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