Html Css Color HEX #CB9495 Careys Pink

📋 copy color: '#CB9495'

red 203 ◦ green 148 ◦ blue 149

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

Shades of Careys Pink #CB9495

Tints of Careys Pink #CB9495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.8%

R = 40.6%
G = 29.6%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CB9495 (or 0xCB9495) is known color: Careys Pink. HEX triplet: CB, 94 and 95. RGB value is (203,148,149). Sum of RGB (Red+Green+Blue) = 203+148+149=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 148 (58.20% from 255 or 29.6% from 500); Blue value is 149 (58.59% from 255 or 29.8% from 500); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9495 is #346B6A. Grayscale: #A4A4A4. Windows color (decimal): -3435371 or 9802955. OLE color: 9802955.

HSL color Cylindrical-coordinate representation of color #CB9495: hue angle of 358.91º 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 #CB9495 is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 148 149 -
CMYK 0 0.27 0.27 0.20
HSL 358.91º 0.35% 0.69% -
HSV(B) 358.91º 0.27% 0.8% -
XYZ 40.64 36.05 33.25 -
YUV 164.56 119.22 155.42 -
System Red Green Blue C M Y K H S L
Decimal 203 148 149 0 0.27 0.27 0.20 358.91 0.35 0.69
Hex CB 94 95 0 1B 1B 14 167 23 45
Octal 313 224 225 0 33 33 24 547 43 105
Binary 11001011 10010100 10010101 0 11011 11011 10100 101100111 100011 1000101

Color Harmonies of #CB9495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9495

Black with #CB9495

Text Example


Text Example

White with #CB9495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9495; }

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

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

background-color css

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

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

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

border-color css

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

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

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