Html Css Color HEX #CB8583 Oriental Pink

📋 copy color: '#CB8583'

red 203 ◦ green 133 ◦ blue 131

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

Shades of Oriental Pink #CB8583

Tints of Oriental Pink #CB8583

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.48%

 BLUE value IS 131 (51.56% from 255) = 28.05%

R = 43.47%
G = 28.48%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#CB8583 (or 0xCB8583) is known color: Oriental Pink. HEX triplet: CB, 85 and 83. RGB value is (203,133,131). Sum of RGB (Red+Green+Blue) = 203+133+131=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 131 (51.56% from 255 or 28.05% from 467); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8583 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8583 is #347A7C. Grayscale: #999999. Windows color (decimal): -3439229 or 8619467. OLE color: 8619467.

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

Color convert

RGB 203 133 131 -
CMYK 0 0.34 0.35 0.20
HSL 1.67º 0.41% 0.65% -
HSV(B) 1.67º 0.35% 0.8% -
XYZ 37.11 31.11 25.52 -
YUV 153.7 115.19 163.16 -
System Red Green Blue C M Y K H S L
Decimal 203 133 131 0 0.34 0.35 0.20 1.67 0.41 0.65
Hex CB 85 83 0 22 23 14 2 29 41
Octal 313 205 203 0 42 43 24 2 51 101
Binary 11001011 10000101 10000011 0 100010 100011 10100 10 101001 1000001

Color Harmonies of #CB8583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8583

Black with #CB8583

Text Example


Text Example

White with #CB8583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8583; }

 p { color: rgb(203,133,131); }

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

background-color css

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

 a { background-color: rgb(203,133,131); }

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

border-color css

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

 span { border-color: rgb(203,133,131); }

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