Html Css Color HEX #C69087 Oriental Pink

📋 copy color: '#C69087'

red 198 ◦ green 144 ◦ blue 135

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

Shades of Oriental Pink #C69087

Tints of Oriental Pink #C69087

RGB

 RED value IS 198 (77.73% from 255) = 41.51%

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

 BLUE value IS 135 (53.13% from 255) = 28.3%

R = 41.51%
G = 30.19%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C69087 (or 0xC69087) is known color: Oriental Pink. HEX triplet: C6, 90 and 87. RGB value is (198,144,135). Sum of RGB (Red+Green+Blue) = 198+144+135=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 144 (56.64% from 255 or 30.19% from 477); Blue value is 135 (53.12% from 255 or 28.30% from 477); Max value from RGB is 198 - color contains mainly: red. Hex color #C69087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69087 is #396F78. Grayscale: #9F9F9F. Windows color (decimal): -3764089 or 8884422. OLE color: 8884422.

HSL color Cylindrical-coordinate representation of color #C69087: hue angle of 8.57º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C69087 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 144 135 -
CMYK 0 0.27 0.32 0.22
HSL 8.57º 0.36% 0.65% -
HSV(B) 8.57º 0.32% 0.78% -
XYZ 37.64 33.7 27.44 -
YUV 159.12 114.39 155.73 -
System Red Green Blue C M Y K H S L
Decimal 198 144 135 0 0.27 0.32 0.22 8.57 0.36 0.65
Hex C6 90 87 0 1B 20 16 9 24 41
Octal 306 220 207 0 33 40 26 11 44 101
Binary 11000110 10010000 10000111 0 11011 100000 10110 1001 100100 1000001

Color Harmonies of #C69087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69087

Black with #C69087

Text Example


Text Example

White with #C69087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69087; }

 p { color: rgb(198,144,135); }

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

background-color css

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

 a { background-color: rgb(198,144,135); }

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

border-color css

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

 span { border-color: rgb(198,144,135); }

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