Html Css Color HEX #C67055 Japonica

📋 copy color: '#C67055'

red 198 ◦ green 112 ◦ blue 85

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

Shades of Japonica #C67055

Tints of Japonica #C67055

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.35%

 BLUE value IS 85 (33.59% from 255) = 21.52%

R = 50.13%
G = 28.35%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C67055 (or 0xC67055) is known color: Japonica. HEX triplet: C6, 70 and 55. RGB value is (198,112,85). Sum of RGB (Red+Green+Blue) = 198+112+85=395 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.13% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 85 (33.59% from 255 or 21.52% from 395); Max value from RGB is 198 - color contains mainly: red. Hex color #C67055 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67055 is #398FAA. Grayscale: #868686. Windows color (decimal): -3772331 or 5599430. OLE color: 5599430.

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

Color convert

RGB 198 112 85 -
CMYK 0 0.43 0.57 0.22
HSL 14.34º 0.5% 0.55% -
HSV(B) 14.34º 0.57% 0.78% -
XYZ 30.72 24.25 11.66 -
YUV 134.64 99.99 173.2 -
System Red Green Blue C M Y K H S L
Decimal 198 112 85 0 0.43 0.57 0.22 14.34 0.5 0.55
Hex C6 70 55 0 2B 39 16 E 32 37
Octal 306 160 125 0 53 71 26 16 62 67
Binary 11000110 1110000 1010101 0 101011 111001 10110 1110 110010 110111

Color Harmonies of #C67055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67055

Black with #C67055

Text Example


Text Example

White with #C67055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67055; }

 p { color: rgb(198,112,85); }

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

background-color css

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

 a { background-color: rgb(198,112,85); }

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

border-color css

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

 span { border-color: rgb(198,112,85); }

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