#CB929A

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

Shades of Careys Pink #CB929A

Tints of Careys Pink #CB929A

Color information

#CB929A (or 0xCB929A) is unknown color: approx Careys Pink. HEX triplet: CB, 92 and 9A. RGB value is (203,146,154). Sum of RGB (Red+Green+Blue) = 203+146+154=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 146 (57.42% from 255 or 29.03% from 503); Blue value is 154 (60.55% from 255 or 30.62% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CB929A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB929A is #346D65. Grayscale: #A3A3A3. Windows color (decimal): -3435878 or 10130123. OLE color: 10130123.

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

Color convert

RGB203146154-
CMYK00.280.240.20
HSL351.58º35.4%68.43%-
HSV(B)351.58º28.08%79.61%-
XYZ40.7435.5935.29-
YUV163.96122.38155.85-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.36%
GREEN value IS 146 (57.42% from 255) = 29.03%
BLUE value IS 154 (60.55% from 255) = 30.62%
R=40.36%
G=29.03%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314615400.280.240.20351.5835.468.43
HexCB929A01C18141602344
Octal313222232034302454043104
Binary11001011100100101001101001110011000101001011000001000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB929A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB929A; }

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

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

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

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

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

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

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

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