Html Css Color HEX #C67058 Japonica

📋 copy color: '#C67058'

red 198 ◦ green 112 ◦ blue 88

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

Shades of Japonica #C67058

Tints of Japonica #C67058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.11%

R = 49.75%
G = 28.14%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C67058 (or 0xC67058) is known color: Japonica. HEX triplet: C6, 70 and 58. RGB value is (198,112,88). Sum of RGB (Red+Green+Blue) = 198+112+88=398 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.75% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 88 (34.77% from 255 or 22.11% from 398); Max value from RGB is 198 - color contains mainly: red. Hex color #C67058 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67058 is #398FA7. Grayscale: #878787. Windows color (decimal): -3772328 or 5796038. OLE color: 5796038.

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

Color convert

RGB 198 112 88 -
CMYK 0 0.43 0.56 0.22
HSL 13.09º 0.49% 0.56% -
HSV(B) 13.09º 0.56% 0.78% -
XYZ 30.84 24.3 12.3 -
YUV 134.98 101.49 172.95 -
System Red Green Blue C M Y K H S L
Decimal 198 112 88 0 0.43 0.56 0.22 13.09 0.49 0.56
Hex C6 70 58 0 2B 38 16 D 31 38
Octal 306 160 130 0 53 70 26 15 61 70
Binary 11000110 1110000 1011000 0 101011 111000 10110 1101 110001 111000

Color Harmonies of #C67058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67058

Black with #C67058

Text Example


Text Example

White with #C67058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67058; }

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

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

background-color css

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

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

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

border-color css

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

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

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