Html Css Color HEX #CF6E5B Japonica

📋 copy color: '#CF6E5B'

red 207 ◦ green 110 ◦ blue 91

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

Shades of Japonica #CF6E5B

Tints of Japonica #CF6E5B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.96%

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

R = 50.74%
G = 26.96%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CF6E5B (or 0xCF6E5B) is known color: Japonica. HEX triplet: CF, 6E and 5B. RGB value is (207,110,91). Sum of RGB (Red+Green+Blue) = 207+110+91=408 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.74% from 408); Green value is 110 (43.36% from 255 or 26.96% from 408); Blue value is 91 (35.94% from 255 or 22.30% from 408); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6E5B is #3091A4. Grayscale: #898989. Windows color (decimal): -3183013 or 5992143. OLE color: 5992143.

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

Color convert

RGB 207 110 91 -
CMYK 0 0.47 0.56 0.19
HSL 9.83º 0.55% 0.58% -
HSV(B) 9.83º 0.56% 0.81% -
XYZ 33.2 25.17 13.01 -
YUV 136.84 102.14 178.04 -
System Red Green Blue C M Y K H S L
Decimal 207 110 91 0 0.47 0.56 0.19 9.83 0.55 0.58
Hex CF 6E 5B 0 2F 38 13 A 37 3A
Octal 317 156 133 0 57 70 23 12 67 72
Binary 11001111 1101110 1011011 0 101111 111000 10011 1010 110111 111010

Color Harmonies of #CF6E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6E5B

Black with #CF6E5B

Text Example


Text Example

White with #CF6E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6E5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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