Html Css Color HEX #CC725E Japonica

📋 copy color: '#CC725E'

red 204 ◦ green 114 ◦ blue 94

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

Shades of Japonica #CC725E

Tints of Japonica #CC725E

RGB

 RED value IS 204 (80.08% from 255) = 49.51%

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

 BLUE value IS 94 (37.11% from 255) = 22.82%

R = 49.51%
G = 27.67%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC725E (or 0xCC725E) is known color: Japonica. HEX triplet: CC, 72 and 5E. RGB value is (204,114,94). Sum of RGB (Red+Green+Blue) = 204+114+94=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 114 (44.92% from 255 or 27.67% from 412); Blue value is 94 (37.11% from 255 or 22.82% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC725E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC725E is #338DA1. Grayscale: #8A8A8A. Windows color (decimal): -3378594 or 6189772. OLE color: 6189772.

HSL color Cylindrical-coordinate representation of color #CC725E: hue angle of 10.91º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC725E is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 114 94 -
CMYK 0 0.44 0.54 0.2
HSL 10.91º 0.52% 0.58% -
HSV(B) 10.91º 0.54% 0.8% -
XYZ 32.94 25.68 13.81 -
YUV 138.63 102.82 174.63 -
System Red Green Blue C M Y K H S L
Decimal 204 114 94 0 0.44 0.54 0.2 10.91 0.52 0.58
Hex CC 72 5E 0 2C 36 14 B 34 3A
Octal 314 162 136 0 54 66 24 13 64 72
Binary 11001100 1110010 1011110 0 101100 110110 10100 1011 110100 111010

Color Harmonies of #CC725E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC725E

Black with #CC725E

Text Example


Text Example

White with #CC725E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC725E; }

 p { color: rgb(204,114,94); }

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

background-color css

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

 a { background-color: rgb(204,114,94); }

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

border-color css

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

 span { border-color: rgb(204,114,94); }

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