Html Css Color HEX #CB9082 Oriental Pink

📋 copy color: '#CB9082'

red 203 ◦ green 144 ◦ blue 130

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

Shades of Oriental Pink #CB9082

Tints of Oriental Pink #CB9082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.25%

R = 42.56%
G = 30.19%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.20

RGB Variations

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

Color information

#CB9082 (or 0xCB9082) is known color: Oriental Pink. HEX triplet: CB, 90 and 82. RGB value is (203,144,130). Sum of RGB (Red+Green+Blue) = 203+144+130=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 144 (56.64% from 255 or 30.19% from 477); Blue value is 130 (51.17% from 255 or 27.25% from 477); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9082 is #346F7D. Grayscale: #A0A0A0. Windows color (decimal): -3436414 or 8556747. OLE color: 8556747.

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

Color convert

RGB 203 144 130 -
CMYK 0 0.29 0.36 0.20
HSL 11.51º 0.41% 0.65% -
HSV(B) 11.51º 0.36% 0.8% -
XYZ 38.63 34.25 25.69 -
YUV 160.05 111.05 158.64 -
System Red Green Blue C M Y K H S L
Decimal 203 144 130 0 0.29 0.36 0.20 11.51 0.41 0.65
Hex CB 90 82 0 1D 24 14 C 29 41
Octal 313 220 202 0 35 44 24 14 51 101
Binary 11001011 10010000 10000010 0 11101 100100 10100 1100 101001 1000001

Color Harmonies of #CB9082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9082

Black with #CB9082

Text Example


Text Example

White with #CB9082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9082; }

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

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

background-color css

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

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

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

border-color css

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

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

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