Html Css Color HEX #CB8784 Oriental Pink

📋 copy color: '#CB8784'

red 203 ◦ green 135 ◦ blue 132

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

Shades of Oriental Pink #CB8784

Tints of Oriental Pink #CB8784

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.72%

 BLUE value IS 132 (51.95% from 255) = 28.09%

R = 43.19%
G = 28.72%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#CB8784 (or 0xCB8784) is known color: Oriental Pink. HEX triplet: CB, 87 and 84. RGB value is (203,135,132). Sum of RGB (Red+Green+Blue) = 203+135+132=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 135 (53.12% from 255 or 28.72% from 470); Blue value is 132 (51.95% from 255 or 28.09% from 470); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8784 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8784 is #34787B. Grayscale: #9B9B9B. Windows color (decimal): -3438716 or 8685515. OLE color: 8685515.

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

Color convert

RGB 203 135 132 -
CMYK 0 0.33 0.35 0.20
HSL 2.54º 0.41% 0.66% -
HSV(B) 2.54º 0.35% 0.8% -
XYZ 37.46 31.69 25.97 -
YUV 154.99 115.03 162.24 -
System Red Green Blue C M Y K H S L
Decimal 203 135 132 0 0.33 0.35 0.20 2.54 0.41 0.66
Hex CB 87 84 0 21 23 14 3 29 42
Octal 313 207 204 0 41 43 24 3 51 102
Binary 11001011 10000111 10000100 0 100001 100011 10100 11 101001 1000010

Color Harmonies of #CB8784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8784

Black with #CB8784

Text Example


Text Example

White with #CB8784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8784; }

 p { color: rgb(203,135,132); }

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

background-color css

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

 a { background-color: rgb(203,135,132); }

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

border-color css

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

 span { border-color: rgb(203,135,132); }

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