Html Css Color HEX #CD918A Oriental Pink

📋 copy color: '#CD918A'

red 205 ◦ green 145 ◦ blue 138

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

Shades of Oriental Pink #CD918A

Tints of Oriental Pink #CD918A

RGB

 RED value IS 205 (80.47% from 255) = 42.01%

 GREEN value IS 145 (57.03% from 255) = 29.71%

 BLUE value IS 138 (54.3% from 255) = 28.28%

R = 42.01%
G = 29.71%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CD918A (or 0xCD918A) is known color: Oriental Pink. HEX triplet: CD, 91 and 8A. RGB value is (205,145,138). Sum of RGB (Red+Green+Blue) = 205+145+138=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 145 (57.03% from 255 or 29.71% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 205 - color contains mainly: red. Hex color #CD918A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD918A is #326E75. Grayscale: #A2A2A2. Windows color (decimal): -3305078 or 9081293. OLE color: 9081293.

HSL color Cylindrical-coordinate representation of color #CD918A: hue angle of 6.27º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CD918A is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 145 138 -
CMYK 0 0.29 0.33 0.20
HSL 6.27º 0.4% 0.67% -
HSV(B) 6.27º 0.33% 0.8% -
XYZ 39.89 35.06 28.71 -
YUV 162.14 114.38 158.57 -
System Red Green Blue C M Y K H S L
Decimal 205 145 138 0 0.29 0.33 0.20 6.27 0.4 0.67
Hex CD 91 8A 0 1D 21 14 6 28 43
Octal 315 221 212 0 35 41 24 6 50 103
Binary 11001101 10010001 10001010 0 11101 100001 10100 110 101000 1000011

Color Harmonies of #CD918A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD918A

Black with #CD918A

Text Example


Text Example

White with #CD918A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD918A; }

 p { color: rgb(205,145,138); }

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

background-color css

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

 a { background-color: rgb(205,145,138); }

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

border-color css

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

 span { border-color: rgb(205,145,138); }

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