Html Css Color HEX #CB9598 Careys Pink

📋 copy color: '#CB9598'

red 203 ◦ green 149 ◦ blue 152

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

Shades of Careys Pink #CB9598

Tints of Careys Pink #CB9598

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.56%

 BLUE value IS 152 (59.77% from 255) = 30.16%

R = 40.28%
G = 29.56%
B = 30.16%

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

#CB9598 (or 0xCB9598) is known color: Careys Pink. HEX triplet: CB, 95 and 98. RGB value is (203,149,152). Sum of RGB (Red+Green+Blue) = 203+149+152=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 149 (58.59% from 255 or 29.56% from 504); Blue value is 152 (59.77% from 255 or 30.16% from 504); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9598 is #346A67. Grayscale: #A5A5A5. Windows color (decimal): -3435112 or 9999819. OLE color: 9999819.

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

Color convert

RGB 203 149 152 -
CMYK 0 0.27 0.25 0.20
HSL 356.67º 0.34% 0.69% -
HSV(B) 356.67º 0.27% 0.8% -
XYZ 41.04 36.46 34.58 -
YUV 165.49 120.39 154.76 -
System Red Green Blue C M Y K H S L
Decimal 203 149 152 0 0.27 0.25 0.20 356.67 0.34 0.69
Hex CB 95 98 0 1B 19 14 165 22 45
Octal 313 225 230 0 33 31 24 545 42 105
Binary 11001011 10010101 10011000 0 11011 11001 10100 101100101 100010 1000101

Color Harmonies of #CB9598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9598

Black with #CB9598

Text Example


Text Example

White with #CB9598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9598; }

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

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

background-color css

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

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

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

border-color css

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

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

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