Html Css Color HEX #CB908C Oriental Pink

📋 copy color: '#CB908C'

red 203 ◦ green 144 ◦ blue 140

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

Shades of Oriental Pink #CB908C

Tints of Oriental Pink #CB908C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.57%

 BLUE value IS 140 (55.08% from 255) = 28.75%

R = 41.68%
G = 29.57%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CB908C (or 0xCB908C) is known color: Oriental Pink. HEX triplet: CB, 90 and 8C. RGB value is (203,144,140). Sum of RGB (Red+Green+Blue) = 203+144+140=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 144 (56.64% from 255 or 29.57% from 487); Blue value is 140 (55.08% from 255 or 28.75% from 487); Max value from RGB is 203 - color contains mainly: red. Hex color #CB908C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB908C is #346F73. Grayscale: #A1A1A1. Windows color (decimal): -3436404 or 9212107. OLE color: 9212107.

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

Color convert

RGB 203 144 140 -
CMYK 0 0.29 0.31 0.20
HSL 3.81º 0.38% 0.67% -
HSV(B) 3.81º 0.31% 0.8% -
XYZ 39.34 34.54 29.4 -
YUV 161.19 116.05 157.83 -
System Red Green Blue C M Y K H S L
Decimal 203 144 140 0 0.29 0.31 0.20 3.81 0.38 0.67
Hex CB 90 8C 0 1D 1F 14 4 26 43
Octal 313 220 214 0 35 37 24 4 46 103
Binary 11001011 10010000 10001100 0 11101 11111 10100 100 100110 1000011

Color Harmonies of #CB908C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB908C

Black with #CB908C

Text Example


Text Example

White with #CB908C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB908C; }

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

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

background-color css

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

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

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

border-color css

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

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

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