Html Css Color HEX #CC725C Japonica

📋 copy color: '#CC725C'

red 204 ◦ green 114 ◦ blue 92

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

Shades of Japonica #CC725C

Tints of Japonica #CC725C

RGB

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

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

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

R = 49.76%
G = 27.8%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC725C (or 0xCC725C) is known color: Japonica. HEX triplet: CC, 72 and 5C. RGB value is (204,114,92). Sum of RGB (Red+Green+Blue) = 204+114+92=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 114 (44.92% from 255 or 27.80% from 410); Blue value is 92 (36.33% from 255 or 22.44% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CC725C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC725C is #338DA3. Grayscale: #8A8A8A. Windows color (decimal): -3378596 or 6058700. OLE color: 6058700.

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

Color convert

RGB 204 114 92 -
CMYK 0 0.44 0.55 0.2
HSL 11.79º 0.52% 0.58% -
HSV(B) 11.79º 0.55% 0.8% -
XYZ 32.85 25.64 13.34 -
YUV 138.4 101.82 174.79 -
System Red Green Blue C M Y K H S L
Decimal 204 114 92 0 0.44 0.55 0.2 11.79 0.52 0.58
Hex CC 72 5C 0 2C 37 14 C 34 3A
Octal 314 162 134 0 54 67 24 14 64 72
Binary 11001100 1110010 1011100 0 101100 110111 10100 1100 110100 111010

Color Harmonies of #CC725C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC725C

Black with #CC725C

Text Example


Text Example

White with #CC725C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC725C; }

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

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

background-color css

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

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

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

border-color css

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

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

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