Html Css Color HEX #CC908A Oriental Pink

📋 copy color: '#CC908A'

red 204 ◦ green 144 ◦ blue 138

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

Shades of Oriental Pink #CC908A

Tints of Oriental Pink #CC908A

RGB

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

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

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

R = 41.98%
G = 29.63%
B = 28.4%

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

#CC908A (or 0xCC908A) is known color: Oriental Pink. HEX triplet: CC, 90 and 8A. RGB value is (204,144,138). Sum of RGB (Red+Green+Blue) = 204+144+138=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 144 (56.64% from 255 or 29.63% from 486); Blue value is 138 (54.30% from 255 or 28.40% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CC908A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC908A is #336F75. Grayscale: #A1A1A1. Windows color (decimal): -3370870 or 9081036. OLE color: 9081036.

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

Color convert

RGB 204 144 138 -
CMYK 0 0.29 0.32 0.2
HSL 5.45º 0.39% 0.67% -
HSV(B) 5.45º 0.32% 0.8% -
XYZ 39.46 34.62 28.65 -
YUV 161.26 114.88 158.49 -
System Red Green Blue C M Y K H S L
Decimal 204 144 138 0 0.29 0.32 0.2 5.45 0.39 0.67
Hex CC 90 8A 0 1D 20 14 5 27 43
Octal 314 220 212 0 35 40 24 5 47 103
Binary 11001100 10010000 10001010 0 11101 100000 10100 101 100111 1000011

Color Harmonies of #CC908A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC908A

Black with #CC908A

Text Example


Text Example

White with #CC908A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC908A; }

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

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

background-color css

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

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

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

border-color css

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

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

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