Html Css Color HEX #CB999D Careys Pink

📋 copy color: '#CB999D'

red 203 ◦ green 153 ◦ blue 157

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

Shades of Careys Pink #CB999D

Tints of Careys Pink #CB999D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.82%

 BLUE value IS 157 (61.72% from 255) = 30.6%

R = 39.57%
G = 29.82%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#CB999D (or 0xCB999D) is known color: Careys Pink. HEX triplet: CB, 99 and 9D. RGB value is (203,153,157). Sum of RGB (Red+Green+Blue) = 203+153+157=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 153 (60.16% from 255 or 29.82% from 513); Blue value is 157 (61.72% from 255 or 30.60% from 513); Max value from RGB is 203 - color contains mainly: red. Hex color #CB999D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB999D is #346662. Grayscale: #A8A8A8. Windows color (decimal): -3434083 or 10328523. OLE color: 10328523.

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

Color convert

RGB 203 153 157 -
CMYK 0 0.25 0.23 0.20
HSL 355.2º 0.32% 0.7% -
HSV(B) 355.2º 0.25% 0.8% -
XYZ 42.11 37.91 37 -
YUV 168.41 121.57 152.67 -
System Red Green Blue C M Y K H S L
Decimal 203 153 157 0 0.25 0.23 0.20 355.2 0.32 0.7
Hex CB 99 9D 0 19 17 14 163 20 46
Octal 313 231 235 0 31 27 24 543 40 106
Binary 11001011 10011001 10011101 0 11001 10111 10100 101100011 100000 1000110

Color Harmonies of #CB999D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB999D

Black with #CB999D

Text Example


Text Example

White with #CB999D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB999D; }

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

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

background-color css

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

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

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

border-color css

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

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

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