Html Css Color HEX #C0755A Japonica

📋 copy color: '#C0755A'

red 192 ◦ green 117 ◦ blue 90

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

Shades of Japonica #C0755A

Tints of Japonica #C0755A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.56%

R = 48.12%
G = 29.32%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C0755A (or 0xC0755A) is known color: Japonica. HEX triplet: C0, 75 and 5A. RGB value is (192,117,90). Sum of RGB (Red+Green+Blue) = 192+117+90=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 117 (46.09% from 255 or 29.32% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C0755A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0755A is #3F8AA5. Grayscale: #888888. Windows color (decimal): -4164262 or 5928384. OLE color: 5928384.

HSL color Cylindrical-coordinate representation of color #C0755A: hue angle of 15.88º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0755A is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 117 90 -
CMYK 0 0.39 0.53 0.25
HSL 15.88º 0.45% 0.55% -
HSV(B) 15.88º 0.53% 0.75% -
XYZ 29.94 24.67 12.86 -
YUV 136.35 101.85 167.7 -
System Red Green Blue C M Y K H S L
Decimal 192 117 90 0 0.39 0.53 0.25 15.88 0.45 0.55
Hex C0 75 5A 0 27 35 19 10 2D 37
Octal 300 165 132 0 47 65 31 20 55 67
Binary 11000000 1110101 1011010 0 100111 110101 11001 10000 101101 110111

Color Harmonies of #C0755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0755A

Black with #C0755A

Text Example


Text Example

White with #C0755A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0755A; }

 p { color: rgb(192,117,90); }

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

background-color css

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

 a { background-color: rgb(192,117,90); }

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

border-color css

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

 span { border-color: rgb(192,117,90); }

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