Html Css Color HEX #CB908E Oriental Pink

📋 copy color: '#CB908E'

red 203 ◦ green 144 ◦ blue 142

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

Shades of Oriental Pink #CB908E

Tints of Oriental Pink #CB908E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.45%

 BLUE value IS 142 (55.86% from 255) = 29.04%

R = 41.51%
G = 29.45%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CB908E (or 0xCB908E) is known color: Oriental Pink. HEX triplet: CB, 90 and 8E. RGB value is (203,144,142). Sum of RGB (Red+Green+Blue) = 203+144+142=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 144 (56.64% from 255 or 29.45% from 489); Blue value is 142 (55.86% from 255 or 29.04% from 489); Max value from RGB is 203 - color contains mainly: red. Hex color #CB908E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB908E is #346F71. Grayscale: #A1A1A1. Windows color (decimal): -3436402 or 9343179. OLE color: 9343179.

HSL color Cylindrical-coordinate representation of color #CB908E: hue angle of 1.97º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CB908E is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 144 142 -
CMYK 0 0.29 0.30 0.20
HSL 1.97º 0.37% 0.68% -
HSV(B) 1.97º 0.3% 0.8% -
XYZ 39.48 34.6 30.19 -
YUV 161.41 117.05 157.66 -
System Red Green Blue C M Y K H S L
Decimal 203 144 142 0 0.29 0.30 0.20 1.97 0.37 0.68
Hex CB 90 8E 0 1D 1E 14 2 25 44
Octal 313 220 216 0 35 36 24 2 45 104
Binary 11001011 10010000 10001110 0 11101 11110 10100 10 100101 1000100

Color Harmonies of #CB908E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB908E

Black with #CB908E

Text Example


Text Example

White with #CB908E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB908E; }

 p { color: rgb(203,144,142); }

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

background-color css

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

 a { background-color: rgb(203,144,142); }

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

border-color css

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

 span { border-color: rgb(203,144,142); }

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