Html Css Color HEX #CC908B Oriental Pink

📋 copy color: '#CC908B'

red 204 ◦ green 144 ◦ blue 139

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

Shades of Oriental Pink #CC908B

Tints of Oriental Pink #CC908B

RGB

 RED value IS 204 (80.08% from 255) = 41.89%

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

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

R = 41.89%
G = 29.57%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC908B (or 0xCC908B) is known color: Oriental Pink. HEX triplet: CC, 90 and 8B. RGB value is (204,144,139). Sum of RGB (Red+Green+Blue) = 204+144+139=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 144 (56.64% from 255 or 29.57% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CC908B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC908B is #336F74. Grayscale: #A1A1A1. Windows color (decimal): -3370869 or 9146572. OLE color: 9146572.

HSL color Cylindrical-coordinate representation of color #CC908B: hue angle of 4.62º degrees, saturation: 0.39, 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 #CC908B is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 144 139 -
CMYK 0 0.29 0.32 0.2
HSL 4.62º 0.39% 0.67% -
HSV(B) 4.62º 0.32% 0.8% -
XYZ 39.54 34.65 29.03 -
YUV 161.37 115.38 158.41 -
System Red Green Blue C M Y K H S L
Decimal 204 144 139 0 0.29 0.32 0.2 4.62 0.39 0.67
Hex CC 90 8B 0 1D 20 14 5 27 43
Octal 314 220 213 0 35 40 24 5 47 103
Binary 11001100 10010000 10001011 0 11101 100000 10100 101 100111 1000011

Color Harmonies of #CC908B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC908B

Black with #CC908B

Text Example


Text Example

White with #CC908B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC908B; }

 p { color: rgb(204,144,139); }

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

background-color css

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

 a { background-color: rgb(204,144,139); }

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

border-color css

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

 span { border-color: rgb(204,144,139); }

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