Html Css Color HEX #C68A85 Oriental Pink

📋 copy color: '#C68A85'

red 198 ◦ green 138 ◦ blue 133

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

Shades of Oriental Pink #C68A85

Tints of Oriental Pink #C68A85

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.42%

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

R = 42.22%
G = 29.42%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C68A85 (or 0xC68A85) is known color: Oriental Pink. HEX triplet: C6, 8A and 85. RGB value is (198,138,133). Sum of RGB (Red+Green+Blue) = 198+138+133=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 138 (54.30% from 255 or 29.42% from 469); Blue value is 133 (52.34% from 255 or 28.36% from 469); Max value from RGB is 198 - color contains mainly: red. Hex color #C68A85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68A85 is #39757A. Grayscale: #9B9B9B. Windows color (decimal): -3765627 or 8751814. OLE color: 8751814.

HSL color Cylindrical-coordinate representation of color #C68A85: hue angle of 4.62º 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 #C68A85 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 138 133 -
CMYK 0 0.30 0.33 0.22
HSL 4.62º 0.36% 0.65% -
HSV(B) 4.62º 0.33% 0.78% -
XYZ 36.61 31.88 26.41 -
YUV 155.37 115.38 158.41 -
System Red Green Blue C M Y K H S L
Decimal 198 138 133 0 0.30 0.33 0.22 4.62 0.36 0.65
Hex C6 8A 85 0 1E 21 16 5 24 41
Octal 306 212 205 0 36 41 26 5 44 101
Binary 11000110 10001010 10000101 0 11110 100001 10110 101 100100 1000001

Color Harmonies of #C68A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68A85

Black with #C68A85

Text Example


Text Example

White with #C68A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68A85; }

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

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

background-color css

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

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

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

border-color css

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

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

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