Html Css Color HEX #CF705D Japonica

📋 copy color: '#CF705D'

red 207 ◦ green 112 ◦ blue 93

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

Shades of Japonica #CF705D

Tints of Japonica #CF705D

RGB

 RED value IS 207 (81.25% from 255) = 50.24%

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

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

R = 50.24%
G = 27.18%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF705D (or 0xCF705D) is known color: Japonica. HEX triplet: CF, 70 and 5D. RGB value is (207,112,93). Sum of RGB (Red+Green+Blue) = 207+112+93=412 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.24% from 412); Green value is 112 (44.14% from 255 or 27.18% from 412); Blue value is 93 (36.72% from 255 or 22.57% from 412); Max value from RGB is 207 - color contains mainly: red. Hex color #CF705D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF705D is #308FA2. Grayscale: #8A8A8A. Windows color (decimal): -3182499 or 6123727. OLE color: 6123727.

HSL color Cylindrical-coordinate representation of color #CF705D: hue angle of 10º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF705D is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 112 93 -
CMYK 0 0.46 0.55 0.19
HSL 10º 0.54% 0.59% -
HSV(B) 10º 0.55% 0.81% -
XYZ 33.5 25.64 13.54 -
YUV 138.24 102.47 177.04 -
System Red Green Blue C M Y K H S L
Decimal 207 112 93 0 0.46 0.55 0.19 10 0.54 0.59
Hex CF 70 5D 0 2E 37 13 A 36 3B
Octal 317 160 135 0 56 67 23 12 66 73
Binary 11001111 1110000 1011101 0 101110 110111 10011 1010 110110 111011

Color Harmonies of #CF705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF705D

Black with #CF705D

Text Example


Text Example

White with #CF705D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF705D; }

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

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

background-color css

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

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

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

border-color css

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

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

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