#CD9092

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

Shades of Careys Pink #CD9092

Tints of Careys Pink #CD9092

Color information

#CD9092 (or 0xCD9092) is unknown color: approx Careys Pink. HEX triplet: CD, 90 and 92. RGB value is (205,144,146). Sum of RGB (Red+Green+Blue) = 205+144+146=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 144 (56.64% from 255 or 29.09% from 495); Blue value is 146 (57.42% from 255 or 29.49% from 495); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9092 is #326F6D. Grayscale: #A2A2A2. Windows color (decimal): -3305326 or 9605325. OLE color: 9605325.

HSL color Cylindrical-coordinate representation of color #CD9092: hue angle of 358.03º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CD9092 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB205144146-
CMYK00.300.290.20
HSL358.03º37.89%68.43%-
HSV(B)358.03º29.76%80.39%-
XYZ40.343531.82-
YUV162.47118.71158.34-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.41%
GREEN value IS 144 (56.64% from 255) = 29.09%
BLUE value IS 146 (57.42% from 255) = 29.49%
R=41.41%
G=29.09%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514414600.300.290.20358.0337.8968.43
HexCD909201E1D141662644
Octal315220222036352454646104
Binary11001101100100001001001001111011101101001011001101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9092; }

 p { color: rgb(205,144,146); }

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

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

 a { background-color: rgb(205,144,146); }

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

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

 span { border-color: rgb(205,144,146); }

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