Html Css Color HEX #CA948D Oriental Pink

📋 copy color: '#CA948D'

red 202 ◦ green 148 ◦ blue 141

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

Shades of Oriental Pink #CA948D

Tints of Oriental Pink #CA948D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.72%

R = 41.14%
G = 30.14%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CA948D (or 0xCA948D) is known color: Oriental Pink. HEX triplet: CA, 94 and 8D. RGB value is (202,148,141). Sum of RGB (Red+Green+Blue) = 202+148+141=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CA948D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA948D is #356B72. Grayscale: #A3A3A3. Windows color (decimal): -3500915 or 9278666. OLE color: 9278666.

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

Color convert

RGB 202 148 141 -
CMYK 0 0.27 0.30 0.21
HSL 6.89º 0.37% 0.67% -
HSV(B) 6.89º 0.3% 0.79% -
XYZ 39.75 35.66 29.99 -
YUV 163.35 115.39 155.57 -
System Red Green Blue C M Y K H S L
Decimal 202 148 141 0 0.27 0.30 0.21 6.89 0.37 0.67
Hex CA 94 8D 0 1B 1E 15 7 25 43
Octal 312 224 215 0 33 36 25 7 45 103
Binary 11001010 10010100 10001101 0 11011 11110 10101 111 100101 1000011

Color Harmonies of #CA948D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA948D

Black with #CA948D

Text Example


Text Example

White with #CA948D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA948D; }

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

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

background-color css

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

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

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

border-color css

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

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

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