#CF939A

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

Shades of Careys Pink #CF939A

Tints of Careys Pink #CF939A

Color information

#CF939A (or 0xCF939A) is unknown color: approx Careys Pink. HEX triplet: CF, 93 and 9A. RGB value is (207,147,154). Sum of RGB (Red+Green+Blue) = 207+147+154=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 147 (57.81% from 255 or 28.94% from 508); Blue value is 154 (60.55% from 255 or 30.31% from 508); Max value from RGB is 207 - color contains mainly: red. Hex color #CF939A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF939A is #306C65. Grayscale: #A5A5A5. Windows color (decimal): -3173478 or 10130383. OLE color: 10130383.

HSL color Cylindrical-coordinate representation of color #CF939A: hue angle of 353º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CF939A is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB207147154-
CMYK00.290.260.19
HSL353º38.46%69.41%-
HSV(B)353º28.99%81.18%-
XYZ4236.4735.4-
YUV165.74121.38157.43-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.75%
GREEN value IS 147 (57.81% from 255) = 28.94%
BLUE value IS 154 (60.55% from 255) = 30.31%
R=40.75%
G=28.94%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714715400.290.260.1935338.4669.41
HexCF939A01D1A131612645
Octal317223232035322354146105
Binary11001111100100111001101001110111010100111011000011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF939A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF939A; }

 p { color: rgb(207,147,154); }

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

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

 a { background-color: rgb(207,147,154); }

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

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

 span { border-color: rgb(207,147,154); }

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