Html Css Color HEX #CC7865 Japonica

📋 copy color: '#CC7865'

red 204 ◦ green 120 ◦ blue 101

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

Shades of Japonica #CC7865

Tints of Japonica #CC7865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.76%

R = 48%
G = 28.24%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#CC7865 (or 0xCC7865) is known color: Japonica. HEX triplet: CC, 78 and 65. RGB value is (204,120,101). Sum of RGB (Red+Green+Blue) = 204+120+101=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 120 (47.27% from 255 or 28.24% from 425); Blue value is 101 (39.84% from 255 or 23.76% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7865 is #33879A. Grayscale: #8F8F8F. Windows color (decimal): -3377051 or 6650060. OLE color: 6650060.

HSL color Cylindrical-coordinate representation of color #CC7865: hue angle of 11.07º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC7865 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 120 101 -
CMYK 0 0.41 0.50 0.2
HSL 11.07º 0.5% 0.6% -
HSV(B) 11.07º 0.5% 0.8% -
XYZ 33.97 27.21 15.77 -
YUV 142.95 104.33 171.54 -
System Red Green Blue C M Y K H S L
Decimal 204 120 101 0 0.41 0.50 0.2 11.07 0.5 0.6
Hex CC 78 65 0 29 32 14 B 32 3C
Octal 314 170 145 0 51 62 24 13 62 74
Binary 11001100 1111000 1100101 0 101001 110010 10100 1011 110010 111100

Color Harmonies of #CC7865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7865

Black with #CC7865

Text Example


Text Example

White with #CC7865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7865; }

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

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

background-color css

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

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

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

border-color css

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

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

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