Html Css Color HEX #CB9396 Careys Pink

📋 copy color: '#CB9396'

red 203 ◦ green 147 ◦ blue 150

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

Shades of Careys Pink #CB9396

Tints of Careys Pink #CB9396

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.4%

 BLUE value IS 150 (58.98% from 255) = 30%

R = 40.6%
G = 29.4%
B = 30%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#CB9396 (or 0xCB9396) is known color: Careys Pink. HEX triplet: CB, 93 and 96. RGB value is (203,147,150). Sum of RGB (Red+Green+Blue) = 203+147+150=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 147 (57.81% from 255 or 29.4% from 500); Blue value is 150 (58.98% from 255 or 30% from 500); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9396 is #346C69. Grayscale: #A4A4A4. Windows color (decimal): -3435626 or 9868235. OLE color: 9868235.

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

Color convert

RGB 203 147 150 -
CMYK 0 0.28 0.26 0.20
HSL 356.79º 0.35% 0.69% -
HSV(B) 356.79º 0.28% 0.8% -
XYZ 40.57 35.77 33.62 -
YUV 164.09 120.05 155.76 -
System Red Green Blue C M Y K H S L
Decimal 203 147 150 0 0.28 0.26 0.20 356.79 0.35 0.69
Hex CB 93 96 0 1C 1A 14 165 23 45
Octal 313 223 226 0 34 32 24 545 43 105
Binary 11001011 10010011 10010110 0 11100 11010 10100 101100101 100011 1000101

Color Harmonies of #CB9396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9396

Black with #CB9396

Text Example


Text Example

White with #CB9396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9396; }

 p { color: rgb(203,147,150); }

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

background-color css

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

 a { background-color: rgb(203,147,150); }

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

border-color css

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

 span { border-color: rgb(203,147,150); }

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