Html Css Color HEX #CB8C8B Oriental Pink

📋 copy color: '#CB8C8B'

red 203 ◦ green 140 ◦ blue 139

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

Shades of Oriental Pink #CB8C8B

Tints of Oriental Pink #CB8C8B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.05%

 BLUE value IS 139 (54.69% from 255) = 28.84%

R = 42.12%
G = 29.05%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CB8C8B (or 0xCB8C8B) is known color: Oriental Pink. HEX triplet: CB, 8C and 8B. RGB value is (203,140,139). Sum of RGB (Red+Green+Blue) = 203+140+139=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 139 (54.69% from 255 or 28.84% from 482); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8C8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8C8B is #347374. Grayscale: #9E9E9E. Windows color (decimal): -3437429 or 9145547. OLE color: 9145547.

HSL color Cylindrical-coordinate representation of color #CB8C8B: hue angle of 0.94º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CB8C8B is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 140 139 -
CMYK 0 0.31 0.32 0.20
HSL 0.94º 0.38% 0.67% -
HSV(B) 0.94º 0.32% 0.8% -
XYZ 38.67 33.32 28.82 -
YUV 158.72 116.87 159.58 -
System Red Green Blue C M Y K H S L
Decimal 203 140 139 0 0.31 0.32 0.20 0.94 0.38 0.67
Hex CB 8C 8B 0 1F 20 14 1 26 43
Octal 313 214 213 0 37 40 24 1 46 103
Binary 11001011 10001100 10001011 0 11111 100000 10100 1 100110 1000011

Color Harmonies of #CB8C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8C8B

Black with #CB8C8B

Text Example


Text Example

White with #CB8C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8C8B; }

 p { color: rgb(203,140,139); }

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

background-color css

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

 a { background-color: rgb(203,140,139); }

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

border-color css

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

 span { border-color: rgb(203,140,139); }

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