Html Css Color HEX #CC705C Japonica

📋 copy color: '#CC705C'

red 204 ◦ green 112 ◦ blue 92

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

Shades of Japonica #CC705C

Tints of Japonica #CC705C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.55%

R = 50%
G = 27.45%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC705C (or 0xCC705C) is known color: Japonica. HEX triplet: CC, 70 and 5C. RGB value is (204,112,92). Sum of RGB (Red+Green+Blue) = 204+112+92=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 92 (36.33% from 255 or 22.55% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC705C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC705C is #338FA3. Grayscale: #898989. Windows color (decimal): -3379108 or 6058188. OLE color: 6058188.

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

Color convert

RGB 204 112 92 -
CMYK 0 0.45 0.55 0.2
HSL 10.71º 0.52% 0.58% -
HSV(B) 10.71º 0.55% 0.8% -
XYZ 32.63 25.2 13.27 -
YUV 137.23 102.48 175.63 -
System Red Green Blue C M Y K H S L
Decimal 204 112 92 0 0.45 0.55 0.2 10.71 0.52 0.58
Hex CC 70 5C 0 2D 37 14 B 34 3A
Octal 314 160 134 0 55 67 24 13 64 72
Binary 11001100 1110000 1011100 0 101101 110111 10100 1011 110100 111010

Color Harmonies of #CC705C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC705C

Black with #CC705C

Text Example


Text Example

White with #CC705C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC705C; }

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

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

background-color css

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

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

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

border-color css

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

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

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