Html Css Color HEX #CF705B Japonica

📋 copy color: '#CF705B'

red 207 ◦ green 112 ◦ blue 91

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

Shades of Japonica #CF705B

Tints of Japonica #CF705B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.2%

R = 50.49%
G = 27.32%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CF705B (or 0xCF705B) is known color: Japonica. HEX triplet: CF, 70 and 5B. RGB value is (207,112,91). Sum of RGB (Red+Green+Blue) = 207+112+91=410 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.49% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 91 (35.94% from 255 or 22.20% from 410); Max value from RGB is 207 - color contains mainly: red. Hex color #CF705B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF705B is #308FA4. Grayscale: #8A8A8A. Windows color (decimal): -3182501 or 5992655. OLE color: 5992655.

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

Color convert

RGB 207 112 91 -
CMYK 0 0.46 0.56 0.19
HSL 10.86º 0.55% 0.58% -
HSV(B) 10.86º 0.56% 0.81% -
XYZ 33.41 25.61 13.08 -
YUV 138.01 101.47 177.21 -
System Red Green Blue C M Y K H S L
Decimal 207 112 91 0 0.46 0.56 0.19 10.86 0.55 0.58
Hex CF 70 5B 0 2E 38 13 B 37 3A
Octal 317 160 133 0 56 70 23 13 67 72
Binary 11001111 1110000 1011011 0 101110 111000 10011 1011 110111 111010

Color Harmonies of #CF705B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF705B

Black with #CF705B

Text Example


Text Example

White with #CF705B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF705B; }

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

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

background-color css

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

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

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

border-color css

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

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

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