Html Css Color HEX #CC705F Japonica

📋 copy color: '#CC705F'

red 204 ◦ green 112 ◦ blue 95

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

Shades of Japonica #CC705F

Tints of Japonica #CC705F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.11%

R = 49.64%
G = 27.25%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC705F (or 0xCC705F) is known color: Japonica. HEX triplet: CC, 70 and 5F. RGB value is (204,112,95). Sum of RGB (Red+Green+Blue) = 204+112+95=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 95 (37.5% from 255 or 23.11% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC705F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC705F is #338FA0. Grayscale: #898989. Windows color (decimal): -3379105 or 6254796. OLE color: 6254796.

HSL color Cylindrical-coordinate representation of color #CC705F: hue angle of 9.36º degrees, saturation: 0.52, 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 #CC705F is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 112 95 -
CMYK 0 0.45 0.53 0.2
HSL 9.36º 0.52% 0.59% -
HSV(B) 9.36º 0.53% 0.8% -
XYZ 32.76 25.25 13.97 -
YUV 137.57 103.98 175.38 -
System Red Green Blue C M Y K H S L
Decimal 204 112 95 0 0.45 0.53 0.2 9.36 0.52 0.59
Hex CC 70 5F 0 2D 35 14 9 34 3B
Octal 314 160 137 0 55 65 24 11 64 73
Binary 11001100 1110000 1011111 0 101101 110101 10100 1001 110100 111011

Color Harmonies of #CC705F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC705F

Black with #CC705F

Text Example


Text Example

White with #CC705F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC705F; }

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

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

background-color css

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

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

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

border-color css

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

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

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