Html Css Color HEX #CF6E5A Japonica

📋 copy color: '#CF6E5A'

red 207 ◦ green 110 ◦ blue 90

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

Shades of Japonica #CF6E5A

Tints of Japonica #CF6E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.11%

R = 50.86%
G = 27.03%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF6E5A (or 0xCF6E5A) is known color: Japonica. HEX triplet: CF, 6E and 5A. RGB value is (207,110,90). Sum of RGB (Red+Green+Blue) = 207+110+90=407 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.86% from 407); Green value is 110 (43.36% from 255 or 27.03% from 407); Blue value is 90 (35.55% from 255 or 22.11% from 407); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6E5A is #3091A5. Grayscale: #888888. Windows color (decimal): -3183014 or 5926607. OLE color: 5926607.

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

Color convert

RGB 207 110 90 -
CMYK 0 0.47 0.57 0.19
HSL 10.26º 0.55% 0.58% -
HSV(B) 10.26º 0.57% 0.81% -
XYZ 33.15 25.16 12.78 -
YUV 136.72 101.64 178.13 -
System Red Green Blue C M Y K H S L
Decimal 207 110 90 0 0.47 0.57 0.19 10.26 0.55 0.58
Hex CF 6E 5A 0 2F 39 13 A 37 3A
Octal 317 156 132 0 57 71 23 12 67 72
Binary 11001111 1101110 1011010 0 101111 111001 10011 1010 110111 111010

Color Harmonies of #CF6E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6E5A

Black with #CF6E5A

Text Example


Text Example

White with #CF6E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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