Html Css Color HEX #CB9491 Oriental Pink

📋 copy color: '#CB9491'

red 203 ◦ green 148 ◦ blue 145

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

Shades of Oriental Pink #CB9491

Tints of Oriental Pink #CB9491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.23%

R = 40.93%
G = 29.84%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#CB9491 (or 0xCB9491) is known color: Oriental Pink. HEX triplet: CB, 94 and 91. RGB value is (203,148,145). Sum of RGB (Red+Green+Blue) = 203+148+145=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 148 (58.20% from 255 or 29.84% from 496); Blue value is 145 (57.03% from 255 or 29.23% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9491 is #346B6E. Grayscale: #A4A4A4. Windows color (decimal): -3435375 or 9540811. OLE color: 9540811.

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

Color convert

RGB 203 148 145 -
CMYK 0 0.27 0.29 0.20
HSL 3.1º 0.36% 0.68% -
HSV(B) 3.1º 0.29% 0.8% -
XYZ 40.33 35.92 31.6 -
YUV 164.1 117.22 155.74 -
System Red Green Blue C M Y K H S L
Decimal 203 148 145 0 0.27 0.29 0.20 3.1 0.36 0.68
Hex CB 94 91 0 1B 1D 14 3 24 44
Octal 313 224 221 0 33 35 24 3 44 104
Binary 11001011 10010100 10010001 0 11011 11101 10100 11 100100 1000100

Color Harmonies of #CB9491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9491

Black with #CB9491

Text Example


Text Example

White with #CB9491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9491; }

 p { color: rgb(203,148,145); }

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

background-color css

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

 a { background-color: rgb(203,148,145); }

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

border-color css

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

 span { border-color: rgb(203,148,145); }

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