Html Css Color HEX #CB8C8A Oriental Pink

📋 copy color: '#CB8C8A'

red 203 ◦ green 140 ◦ blue 138

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

Shades of Oriental Pink #CB8C8A

Tints of Oriental Pink #CB8C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.69%

R = 42.2%
G = 29.11%
B = 28.69%

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

#CB8C8A (or 0xCB8C8A) is known color: Oriental Pink. HEX triplet: CB, 8C and 8A. RGB value is (203,140,138). Sum of RGB (Red+Green+Blue) = 203+140+138=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8C8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8C8A is #347375. Grayscale: #9E9E9E. Windows color (decimal): -3437430 or 9080011. OLE color: 9080011.

HSL color Cylindrical-coordinate representation of color #CB8C8A: hue angle of 1.85º 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 #CB8C8A is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 140 138 -
CMYK 0 0.31 0.32 0.20
HSL 1.85º 0.38% 0.67% -
HSV(B) 1.85º 0.32% 0.8% -
XYZ 38.59 33.29 28.44 -
YUV 158.61 116.37 159.66 -
System Red Green Blue C M Y K H S L
Decimal 203 140 138 0 0.31 0.32 0.20 1.85 0.38 0.67
Hex CB 8C 8A 0 1F 20 14 2 26 43
Octal 313 214 212 0 37 40 24 2 46 103
Binary 11001011 10001100 10001010 0 11111 100000 10100 10 100110 1000011

Color Harmonies of #CB8C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8C8A

Black with #CB8C8A

Text Example


Text Example

White with #CB8C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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