Html Css Color HEX #C68F8B Oriental Pink

📋 copy color: '#C68F8B'

red 198 ◦ green 143 ◦ blue 139

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

Shades of Oriental Pink #C68F8B

Tints of Oriental Pink #C68F8B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.79%

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

R = 41.25%
G = 29.79%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C68F8B (or 0xC68F8B) is known color: Oriental Pink. HEX triplet: C6, 8F and 8B. RGB value is (198,143,139). Sum of RGB (Red+Green+Blue) = 198+143+139=480 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.25% from 480); Green value is 143 (56.25% from 255 or 29.79% from 480); Blue value is 139 (54.69% from 255 or 28.96% from 480); Max value from RGB is 198 - color contains mainly: red. Hex color #C68F8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68F8B is #397074. Grayscale: #9F9F9F. Windows color (decimal): -3764341 or 9146310. OLE color: 9146310.

HSL color Cylindrical-coordinate representation of color #C68F8B: hue angle of 4.07º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C68F8B is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 143 139 -
CMYK 0 0.28 0.30 0.22
HSL 4.07º 0.34% 0.66% -
HSV(B) 4.07º 0.3% 0.78% -
XYZ 37.77 33.51 28.9 -
YUV 158.99 116.72 155.83 -
System Red Green Blue C M Y K H S L
Decimal 198 143 139 0 0.28 0.30 0.22 4.07 0.34 0.66
Hex C6 8F 8B 0 1C 1E 16 4 22 42
Octal 306 217 213 0 34 36 26 4 42 102
Binary 11000110 10001111 10001011 0 11100 11110 10110 100 100010 1000010

Color Harmonies of #C68F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68F8B

Black with #C68F8B

Text Example


Text Example

White with #C68F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68F8B; }

 p { color: rgb(198,143,139); }

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

background-color css

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

 a { background-color: rgb(198,143,139); }

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

border-color css

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

 span { border-color: rgb(198,143,139); }

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