Html Css Color HEX #CA948B Oriental Pink

📋 copy color: '#CA948B'

red 202 ◦ green 148 ◦ blue 139

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

Shades of Oriental Pink #CA948B

Tints of Oriental Pink #CA948B

RGB

 RED value IS 202 (79.3% from 255) = 41.31%

 GREEN value IS 148 (58.2% from 255) = 30.27%

 BLUE value IS 139 (54.69% from 255) = 28.43%

R = 41.31%
G = 30.27%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#CA948B (or 0xCA948B) is known color: Oriental Pink. HEX triplet: CA, 94 and 8B. RGB value is (202,148,139). Sum of RGB (Red+Green+Blue) = 202+148+139=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 148 (58.20% from 255 or 30.27% from 489); Blue value is 139 (54.69% from 255 or 28.43% from 489); Max value from RGB is 202 - color contains mainly: red. Hex color #CA948B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA948B is #356B74. Grayscale: #A3A3A3. Windows color (decimal): -3500917 or 9147594. OLE color: 9147594.

HSL color Cylindrical-coordinate representation of color #CA948B: hue angle of 8.57º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CA948B is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 148 139 -
CMYK 0 0.27 0.31 0.21
HSL 8.57º 0.37% 0.67% -
HSV(B) 8.57º 0.31% 0.79% -
XYZ 39.61 35.6 29.21 -
YUV 163.12 114.39 155.73 -
System Red Green Blue C M Y K H S L
Decimal 202 148 139 0 0.27 0.31 0.21 8.57 0.37 0.67
Hex CA 94 8B 0 1B 1F 15 9 25 43
Octal 312 224 213 0 33 37 25 11 45 103
Binary 11001010 10010100 10001011 0 11011 11111 10101 1001 100101 1000011

Color Harmonies of #CA948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA948B

Black with #CA948B

Text Example


Text Example

White with #CA948B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA948B; }

 p { color: rgb(202,148,139); }

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

background-color css

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

 a { background-color: rgb(202,148,139); }

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

border-color css

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

 span { border-color: rgb(202,148,139); }

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