Html Css Color HEX #CC705D Japonica

📋 copy color: '#CC705D'

red 204 ◦ green 112 ◦ blue 93

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

Shades of Japonica #CC705D

Tints of Japonica #CC705D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.38%

 BLUE value IS 93 (36.72% from 255) = 22.74%

R = 49.88%
G = 27.38%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC705D (or 0xCC705D) is known color: Japonica. HEX triplet: CC, 70 and 5D. RGB value is (204,112,93). Sum of RGB (Red+Green+Blue) = 204+112+93=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC705D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC705D is #338FA2. Grayscale: #898989. Windows color (decimal): -3379107 or 6123724. OLE color: 6123724.

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

Color convert

RGB 204 112 93 -
CMYK 0 0.45 0.54 0.2
HSL 10.27º 0.52% 0.58% -
HSV(B) 10.27º 0.54% 0.8% -
XYZ 32.67 25.22 13.5 -
YUV 137.34 102.98 175.54 -
System Red Green Blue C M Y K H S L
Decimal 204 112 93 0 0.45 0.54 0.2 10.27 0.52 0.58
Hex CC 70 5D 0 2D 36 14 A 34 3A
Octal 314 160 135 0 55 66 24 12 64 72
Binary 11001100 1110000 1011101 0 101101 110110 10100 1010 110100 111010

Color Harmonies of #CC705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC705D

Black with #CC705D

Text Example


Text Example

White with #CC705D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC705D; }

 p { color: rgb(204,112,93); }

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

background-color css

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

 a { background-color: rgb(204,112,93); }

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

border-color css

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

 span { border-color: rgb(204,112,93); }

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