Html Css Color HEX #C06C55 Japonica

📋 copy color: '#C06C55'

red 192 ◦ green 108 ◦ blue 85

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

Shades of Japonica #C06C55

Tints of Japonica #C06C55

RGB

 RED value IS 192 (75.39% from 255) = 49.87%

 GREEN value IS 108 (42.58% from 255) = 28.05%

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

R = 49.87%
G = 28.05%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C06C55 (or 0xC06C55) is known color: Japonica. HEX triplet: C0, 6C and 55. RGB value is (192,108,85). Sum of RGB (Red+Green+Blue) = 192+108+85=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06C55 is #3F93AA. Grayscale: #828282. Windows color (decimal): -4166571 or 5598400. OLE color: 5598400.

HSL color Cylindrical-coordinate representation of color #C06C55: hue angle of 12.9º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C06C55 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 108 85 -
CMYK 0 0.44 0.56 0.25
HSL 12.9º 0.46% 0.54% -
HSV(B) 12.9º 0.56% 0.75% -
XYZ 28.74 22.59 11.44 -
YUV 130.49 102.33 171.87 -
System Red Green Blue C M Y K H S L
Decimal 192 108 85 0 0.44 0.56 0.25 12.9 0.46 0.54
Hex C0 6C 55 0 2C 38 19 D 2E 36
Octal 300 154 125 0 54 70 31 15 56 66
Binary 11000000 1101100 1010101 0 101100 111000 11001 1101 101110 110110

Color Harmonies of #C06C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06C55

Black with #C06C55

Text Example


Text Example

White with #C06C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06C55; }

 p { color: rgb(192,108,85); }

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

background-color css

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

 a { background-color: rgb(192,108,85); }

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

border-color css

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

 span { border-color: rgb(192,108,85); }

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