#CB999A

Color #CB999A Careys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Careys Pink #CB999A

Tints of Careys Pink #CB999A

Color information

#CB999A (or 0xCB999A) is unknown color: approx Careys Pink. HEX triplet: CB, 99 and 9A. RGB value is (203,153,154). Sum of RGB (Red+Green+Blue) = 203+153+154=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 154 (60.55% from 255 or 30.20% from 510); Max value from RGB is 203 - color contains mainly: red. Hex color #CB999A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB999A is #346665. Grayscale: #A8A8A8. Windows color (decimal): -3434086 or 10131915. OLE color: 10131915.

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

Color convert

RGB203153154-
CMYK00.250.240.20
HSL358.8º32.47%69.8%-
HSV(B)358.8º24.63%79.61%-
XYZ41.8537.8135.66-
YUV168.06120.06152.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.80%
GREEN value IS 153 (60.16% from 255) = 30%
BLUE value IS 154 (60.55% from 255) = 30.20%
R=39.80%
G=30%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315315400.250.240.20358.832.4769.8
HexCB999A01918141672046
Octal313231232031302454740106
Binary11001011100110011001101001100111000101001011001111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB999A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB999A; }

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

 H1.HeaderClassName
 {
   color: #CB999A;
 }
 .AnyTagClassName
 {
   color: #CB999A;
 }
</style>
background-color css

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

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

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

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

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

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