Html Css Color HEX #CC725A Japonica

📋 copy color: '#CC725A'

red 204 ◦ green 114 ◦ blue 90

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

Shades of Japonica #CC725A

Tints of Japonica #CC725A

RGB

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

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

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

R = 50%
G = 27.94%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CC725A (or 0xCC725A) is known color: Japonica. HEX triplet: CC, 72 and 5A. RGB value is (204,114,90). Sum of RGB (Red+Green+Blue) = 204+114+90=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 114 (44.92% from 255 or 27.94% from 408); Blue value is 90 (35.55% from 255 or 22.06% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC725A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC725A is #338DA5. Grayscale: #8A8A8A. Windows color (decimal): -3378598 or 5927628. OLE color: 5927628.

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

Color convert

RGB 204 114 90 -
CMYK 0 0.44 0.56 0.2
HSL 12.63º 0.53% 0.58% -
HSV(B) 12.63º 0.56% 0.8% -
XYZ 32.76 25.61 12.89 -
YUV 138.17 100.82 174.95 -
System Red Green Blue C M Y K H S L
Decimal 204 114 90 0 0.44 0.56 0.2 12.63 0.53 0.58
Hex CC 72 5A 0 2C 38 14 D 35 3A
Octal 314 162 132 0 54 70 24 15 65 72
Binary 11001100 1110010 1011010 0 101100 111000 10100 1101 110101 111010

Color Harmonies of #CC725A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC725A

Black with #CC725A

Text Example


Text Example

White with #CC725A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC725A; }

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

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

background-color css

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

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

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

border-color css

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

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

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