Html Css Color HEX #C6755F Japonica

📋 copy color: '#C6755F'

red 198 ◦ green 117 ◦ blue 95

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

Shades of Japonica #C6755F

Tints of Japonica #C6755F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.54%

 BLUE value IS 95 (37.5% from 255) = 23.17%

R = 48.29%
G = 28.54%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C6755F (or 0xC6755F) is known color: Japonica. HEX triplet: C6, 75 and 5F. RGB value is (198,117,95). Sum of RGB (Red+Green+Blue) = 198+117+95=410 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.29% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 95 (37.5% from 255 or 23.17% from 410); Max value from RGB is 198 - color contains mainly: red. Hex color #C6755F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6755F is #398AA0. Grayscale: #8A8A8A. Windows color (decimal): -3771041 or 6256070. OLE color: 6256070.

HSL color Cylindrical-coordinate representation of color #C6755F: hue angle of 12.82º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C6755F is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 117 95 -
CMYK 0 0.41 0.52 0.22
HSL 12.82º 0.47% 0.57% -
HSV(B) 12.82º 0.52% 0.78% -
XYZ 31.72 25.55 14.09 -
YUV 138.71 103.34 170.29 -
System Red Green Blue C M Y K H S L
Decimal 198 117 95 0 0.41 0.52 0.22 12.82 0.47 0.57
Hex C6 75 5F 0 29 34 16 D 2F 39
Octal 306 165 137 0 51 64 26 15 57 71
Binary 11000110 1110101 1011111 0 101001 110100 10110 1101 101111 111001

Color Harmonies of #C6755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6755F

Black with #C6755F

Text Example


Text Example

White with #C6755F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6755F; }

 p { color: rgb(198,117,95); }

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

background-color css

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

 a { background-color: rgb(198,117,95); }

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

border-color css

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

 span { border-color: rgb(198,117,95); }

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