Html Css Color HEX #C67054 Japonica

📋 copy color: '#C67054'

red 198 ◦ green 112 ◦ blue 84

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

Shades of Japonica #C67054

Tints of Japonica #C67054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.32%

R = 50.25%
G = 28.43%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C67054 (or 0xC67054) is known color: Japonica. HEX triplet: C6, 70 and 54. RGB value is (198,112,84). Sum of RGB (Red+Green+Blue) = 198+112+84=394 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.25% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 84 (33.20% from 255 or 21.32% from 394); Max value from RGB is 198 - color contains mainly: red. Hex color #C67054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67054 is #398FAB. Grayscale: #868686. Windows color (decimal): -3772332 or 5533894. OLE color: 5533894.

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

Color convert

RGB 198 112 84 -
CMYK 0 0.43 0.58 0.22
HSL 14.74º 0.5% 0.55% -
HSV(B) 14.74º 0.58% 0.78% -
XYZ 30.68 24.23 11.45 -
YUV 134.52 99.49 173.28 -
System Red Green Blue C M Y K H S L
Decimal 198 112 84 0 0.43 0.58 0.22 14.74 0.5 0.55
Hex C6 70 54 0 2B 3A 16 F 32 37
Octal 306 160 124 0 53 72 26 17 62 67
Binary 11000110 1110000 1010100 0 101011 111010 10110 1111 110010 110111

Color Harmonies of #C67054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67054

Black with #C67054

Text Example


Text Example

White with #C67054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67054; }

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

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

background-color css

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

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

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

border-color css

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

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

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