Html Css Color HEX #CC7563 Japonica

📋 copy color: '#CC7563'

red 204 ◦ green 117 ◦ blue 99

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

Shades of Japonica #CC7563

Tints of Japonica #CC7563

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.86%

 BLUE value IS 99 (39.06% from 255) = 23.57%

R = 48.57%
G = 27.86%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#CC7563 (or 0xCC7563) is known color: Japonica. HEX triplet: CC, 75 and 63. RGB value is (204,117,99). Sum of RGB (Red+Green+Blue) = 204+117+99=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 99 (39.06% from 255 or 23.57% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7563 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7563 is #338A9C. Grayscale: #8D8D8D. Windows color (decimal): -3377821 or 6518220. OLE color: 6518220.

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

Color convert

RGB 204 117 99 -
CMYK 0 0.43 0.51 0.2
HSL 10.29º 0.51% 0.59% -
HSV(B) 10.29º 0.51% 0.8% -
XYZ 33.52 26.46 15.15 -
YUV 140.96 104.32 172.96 -
System Red Green Blue C M Y K H S L
Decimal 204 117 99 0 0.43 0.51 0.2 10.29 0.51 0.59
Hex CC 75 63 0 2B 33 14 A 33 3B
Octal 314 165 143 0 53 63 24 12 63 73
Binary 11001100 1110101 1100011 0 101011 110011 10100 1010 110011 111011

Color Harmonies of #CC7563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7563

Black with #CC7563

Text Example


Text Example

White with #CC7563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7563; }

 p { color: rgb(204,117,99); }

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

background-color css

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

 a { background-color: rgb(204,117,99); }

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

border-color css

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

 span { border-color: rgb(204,117,99); }

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