Html Css Color HEX #CB938A Oriental Pink

📋 copy color: '#CB938A'

red 203 ◦ green 147 ◦ blue 138

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

Shades of Oriental Pink #CB938A

Tints of Oriental Pink #CB938A

RGB

 RED value IS 203 (79.69% from 255) = 41.6%

 GREEN value IS 147 (57.81% from 255) = 30.12%

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

R = 41.6%
G = 30.12%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CB938A (or 0xCB938A) is known color: Oriental Pink. HEX triplet: CB, 93 and 8A. RGB value is (203,147,138). Sum of RGB (Red+Green+Blue) = 203+147+138=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 147 (57.81% from 255 or 30.12% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 203 - color contains mainly: red. Hex color #CB938A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB938A is #346C75. Grayscale: #A2A2A2. Windows color (decimal): -3435638 or 9081803. OLE color: 9081803.

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

Color convert

RGB 203 147 138 -
CMYK 0 0.28 0.32 0.20
HSL 8.31º 0.38% 0.67% -
HSV(B) 8.31º 0.32% 0.8% -
XYZ 39.65 35.4 28.79 -
YUV 162.72 114.05 156.73 -
System Red Green Blue C M Y K H S L
Decimal 203 147 138 0 0.28 0.32 0.20 8.31 0.38 0.67
Hex CB 93 8A 0 1C 20 14 8 26 43
Octal 313 223 212 0 34 40 24 10 46 103
Binary 11001011 10010011 10001010 0 11100 100000 10100 1000 100110 1000011

Color Harmonies of #CB938A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB938A

Black with #CB938A

Text Example


Text Example

White with #CB938A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB938A; }

 p { color: rgb(203,147,138); }

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

background-color css

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

 a { background-color: rgb(203,147,138); }

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

border-color css

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

 span { border-color: rgb(203,147,138); }

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