Html Css Color HEX #C68785 Oriental Pink

📋 copy color: '#C68785'

red 198 ◦ green 135 ◦ blue 133

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

Shades of Oriental Pink #C68785

Tints of Oriental Pink #C68785

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.97%

 BLUE value IS 133 (52.34% from 255) = 28.54%

R = 42.49%
G = 28.97%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C68785 (or 0xC68785) is known color: Oriental Pink. HEX triplet: C6, 87 and 85. RGB value is (198,135,133). Sum of RGB (Red+Green+Blue) = 198+135+133=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 135 (53.12% from 255 or 28.97% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 198 - color contains mainly: red. Hex color #C68785 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68785 is #39787A. Grayscale: #999999. Windows color (decimal): -3766395 or 8751046. OLE color: 8751046.

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

Color convert

RGB 198 135 133 -
CMYK 0 0.32 0.33 0.22
HSL 1.85º 0.36% 0.65% -
HSV(B) 1.85º 0.33% 0.78% -
XYZ 36.19 31.03 26.27 -
YUV 153.61 116.37 159.66 -
System Red Green Blue C M Y K H S L
Decimal 198 135 133 0 0.32 0.33 0.22 1.85 0.36 0.65
Hex C6 87 85 0 20 21 16 2 24 41
Octal 306 207 205 0 40 41 26 2 44 101
Binary 11000110 10000111 10000101 0 100000 100001 10110 10 100100 1000001

Color Harmonies of #C68785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68785

Black with #C68785

Text Example


Text Example

White with #C68785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68785; }

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

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

background-color css

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

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

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

border-color css

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

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

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