Html Css Color HEX #CF6D56 Japonica

📋 copy color: '#CF6D56'

red 207 ◦ green 109 ◦ blue 86

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

Shades of Japonica #CF6D56

Tints of Japonica #CF6D56

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.11%

 BLUE value IS 86 (33.98% from 255) = 21.39%

R = 51.49%
G = 27.11%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CF6D56 (or 0xCF6D56) is known color: Japonica. HEX triplet: CF, 6D and 56. RGB value is (207,109,86). Sum of RGB (Red+Green+Blue) = 207+109+86=402 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.49% from 402); Green value is 109 (42.97% from 255 or 27.11% from 402); Blue value is 86 (33.98% from 255 or 21.39% from 402); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6D56 is #3092A9. Grayscale: #878787. Windows color (decimal): -3183274 or 5664207. OLE color: 5664207.

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

Color convert

RGB 207 109 86 -
CMYK 0 0.47 0.58 0.19
HSL 11.4º 0.56% 0.57% -
HSV(B) 11.4º 0.58% 0.81% -
XYZ 32.88 24.87 11.87 -
YUV 135.68 99.97 178.87 -
System Red Green Blue C M Y K H S L
Decimal 207 109 86 0 0.47 0.58 0.19 11.4 0.56 0.57
Hex CF 6D 56 0 2F 3A 13 B 38 39
Octal 317 155 126 0 57 72 23 13 70 71
Binary 11001111 1101101 1010110 0 101111 111010 10011 1011 111000 111001

Color Harmonies of #CF6D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6D56

Black with #CF6D56

Text Example


Text Example

White with #CF6D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6D56; }

 p { color: rgb(207,109,86); }

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

background-color css

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

 a { background-color: rgb(207,109,86); }

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

border-color css

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

 span { border-color: rgb(207,109,86); }

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