Html Css Color HEX #CC7863 Japonica

📋 copy color: '#CC7863'

red 204 ◦ green 120 ◦ blue 99

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

Shades of Japonica #CC7863

Tints of Japonica #CC7863

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.37%

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

R = 48.23%
G = 28.37%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#CC7863 (or 0xCC7863) is known color: Japonica. HEX triplet: CC, 78 and 63. RGB value is (204,120,99). Sum of RGB (Red+Green+Blue) = 204+120+99=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 120 (47.27% from 255 or 28.37% from 423); Blue value is 99 (39.06% from 255 or 23.40% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7863 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7863 is #33879C. Grayscale: #8E8E8E. Windows color (decimal): -3377053 or 6518988. OLE color: 6518988.

HSL color Cylindrical-coordinate representation of color #CC7863: hue angle of 12º 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 #CC7863 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 120 99 -
CMYK 0 0.41 0.51 0.2
HSL 12º 0.51% 0.59% -
HSV(B) 12º 0.51% 0.8% -
XYZ 33.87 27.17 15.26 -
YUV 142.72 103.33 171.71 -
System Red Green Blue C M Y K H S L
Decimal 204 120 99 0 0.41 0.51 0.2 12 0.51 0.59
Hex CC 78 63 0 29 33 14 C 33 3B
Octal 314 170 143 0 51 63 24 14 63 73
Binary 11001100 1111000 1100011 0 101001 110011 10100 1100 110011 111011

Color Harmonies of #CC7863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7863

Black with #CC7863

Text Example


Text Example

White with #CC7863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7863; }

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

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

background-color css

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

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

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

border-color css

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

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

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