Html Css Color HEX #CF705E Japonica

📋 copy color: '#CF705E'

red 207 ◦ green 112 ◦ blue 94

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

Shades of Japonica #CF705E

Tints of Japonica #CF705E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.76%

R = 50.12%
G = 27.12%
B = 22.76%

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

#CF705E (or 0xCF705E) is known color: Japonica. HEX triplet: CF, 70 and 5E. RGB value is (207,112,94). Sum of RGB (Red+Green+Blue) = 207+112+94=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 94 (37.11% from 255 or 22.76% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CF705E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF705E is #308FA1. Grayscale: #8A8A8A. Windows color (decimal): -3182498 or 6189263. OLE color: 6189263.

HSL color Cylindrical-coordinate representation of color #CF705E: hue angle of 9.56º 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 #CF705E is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 112 94 -
CMYK 0 0.46 0.55 0.19
HSL 9.56º 0.54% 0.59% -
HSV(B) 9.56º 0.55% 0.81% -
XYZ 33.55 25.66 13.77 -
YUV 138.35 102.97 176.96 -
System Red Green Blue C M Y K H S L
Decimal 207 112 94 0 0.46 0.55 0.19 9.56 0.54 0.59
Hex CF 70 5E 0 2E 37 13 A 36 3B
Octal 317 160 136 0 56 67 23 12 66 73
Binary 11001111 1110000 1011110 0 101110 110111 10011 1010 110110 111011

Color Harmonies of #CF705E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF705E

Black with #CF705E

Text Example


Text Example

White with #CF705E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF705E; }

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

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

background-color css

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

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

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

border-color css

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

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

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