Html Css Color HEX #CC7260 Japonica

📋 copy color: '#CC7260'

red 204 ◦ green 114 ◦ blue 96

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

Shades of Japonica #CC7260

Tints of Japonica #CC7260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 23.19%

R = 49.28%
G = 27.54%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC7260 (or 0xCC7260) is known color: Japonica. HEX triplet: CC, 72 and 60. RGB value is (204,114,96). Sum of RGB (Red+Green+Blue) = 204+114+96=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 114 (44.92% from 255 or 27.54% from 414); Blue value is 96 (37.89% from 255 or 23.19% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7260 is #338D9F. Grayscale: #8B8B8B. Windows color (decimal): -3378592 or 6320844. OLE color: 6320844.

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

Color convert

RGB 204 114 96 -
CMYK 0 0.44 0.53 0.2
HSL 10º 0.51% 0.59% -
HSV(B) 10º 0.53% 0.8% -
XYZ 33.03 25.72 14.29 -
YUV 138.86 103.82 174.46 -
System Red Green Blue C M Y K H S L
Decimal 204 114 96 0 0.44 0.53 0.2 10 0.51 0.59
Hex CC 72 60 0 2C 35 14 A 33 3B
Octal 314 162 140 0 54 65 24 12 63 73
Binary 11001100 1110010 1100000 0 101100 110101 10100 1010 110011 111011

Color Harmonies of #CC7260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7260

Black with #CC7260

Text Example


Text Example

White with #CC7260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7260; }

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

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

background-color css

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

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

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

border-color css

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

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

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