Html Css Color HEX #C1705A Japonica

📋 copy color: '#C1705A'

red 193 ◦ green 112 ◦ blue 90

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

Shades of Japonica #C1705A

Tints of Japonica #C1705A

RGB

 RED value IS 193 (75.78% from 255) = 48.86%

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

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

R = 48.86%
G = 28.35%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C1705A (or 0xC1705A) is known color: Japonica. HEX triplet: C1, 70 and 5A. RGB value is (193,112,90). Sum of RGB (Red+Green+Blue) = 193+112+90=395 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.86% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 90 (35.55% from 255 or 22.78% from 395); Max value from RGB is 193 - color contains mainly: red. Hex color #C1705A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1705A is #3E8FA5. Grayscale: #858585. Windows color (decimal): -4100006 or 5927105. OLE color: 5927105.

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

Color convert

RGB 193 112 90 -
CMYK 0 0.42 0.53 0.24
HSL 12.82º 0.45% 0.55% -
HSV(B) 12.82º 0.53% 0.76% -
XYZ 29.63 23.66 12.68 -
YUV 133.71 103.34 170.29 -
System Red Green Blue C M Y K H S L
Decimal 193 112 90 0 0.42 0.53 0.24 12.82 0.45 0.55
Hex C1 70 5A 0 2A 35 18 D 2D 37
Octal 301 160 132 0 52 65 30 15 55 67
Binary 11000001 1110000 1011010 0 101010 110101 11000 1101 101101 110111

Color Harmonies of #C1705A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1705A

Black with #C1705A

Text Example


Text Example

White with #C1705A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1705A; }

 p { color: rgb(193,112,90); }

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

background-color css

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

 a { background-color: rgb(193,112,90); }

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

border-color css

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

 span { border-color: rgb(193,112,90); }

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