Html Css Color HEX #C4725C Japonica

📋 copy color: '#C4725C'

red 196 ◦ green 114 ◦ blue 92

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

Shades of Japonica #C4725C

Tints of Japonica #C4725C

RGB

 RED value IS 196 (76.95% from 255) = 48.76%

 GREEN value IS 114 (44.92% from 255) = 28.36%

 BLUE value IS 92 (36.33% from 255) = 22.89%

R = 48.76%
G = 28.36%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C4725C (or 0xC4725C) is known color: Japonica. HEX triplet: C4, 72 and 5C. RGB value is (196,114,92). Sum of RGB (Red+Green+Blue) = 196+114+92=402 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.76% from 402); Green value is 114 (44.92% from 255 or 28.36% from 402); Blue value is 92 (36.33% from 255 or 22.89% from 402); Max value from RGB is 196 - color contains mainly: red. Hex color #C4725C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4725C is #3B8DA3. Grayscale: #888888. Windows color (decimal): -3902884 or 6058692. OLE color: 6058692.

HSL color Cylindrical-coordinate representation of color #C4725C: hue angle of 12.69º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C4725C is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 114 92 -
CMYK 0 0.42 0.53 0.23
HSL 12.69º 0.47% 0.56% -
HSV(B) 12.69º 0.53% 0.77% -
XYZ 30.71 24.54 13.24 -
YUV 136.01 103.17 170.79 -
System Red Green Blue C M Y K H S L
Decimal 196 114 92 0 0.42 0.53 0.23 12.69 0.47 0.56
Hex C4 72 5C 0 2A 35 17 D 2F 38
Octal 304 162 134 0 52 65 27 15 57 70
Binary 11000100 1110010 1011100 0 101010 110101 10111 1101 101111 111000

Color Harmonies of #C4725C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4725C

Black with #C4725C

Text Example


Text Example

White with #C4725C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4725C; }

 p { color: rgb(196,114,92); }

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

background-color css

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

 a { background-color: rgb(196,114,92); }

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

border-color css

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

 span { border-color: rgb(196,114,92); }

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