Html Css Color HEX #CF785E Japonica

📋 copy color: '#CF785E'

red 207 ◦ green 120 ◦ blue 94

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

Shades of Japonica #CF785E

Tints of Japonica #CF785E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.5%

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

R = 49.17%
G = 28.5%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF785E (or 0xCF785E) is known color: Japonica. HEX triplet: CF, 78 and 5E. RGB value is (207,120,94). Sum of RGB (Red+Green+Blue) = 207+120+94=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 120 (47.27% from 255 or 28.50% from 421); Blue value is 94 (37.11% from 255 or 22.33% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CF785E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF785E is #3087A1. Grayscale: #8F8F8F. Windows color (decimal): -3180450 or 6191311. OLE color: 6191311.

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

Color convert

RGB 207 120 94 -
CMYK 0 0.42 0.55 0.19
HSL 13.81º 0.54% 0.59% -
HSV(B) 13.81º 0.55% 0.81% -
XYZ 34.47 27.51 14.08 -
YUV 143.05 100.32 173.61 -
System Red Green Blue C M Y K H S L
Decimal 207 120 94 0 0.42 0.55 0.19 13.81 0.54 0.59
Hex CF 78 5E 0 2A 37 13 E 36 3B
Octal 317 170 136 0 52 67 23 16 66 73
Binary 11001111 1111000 1011110 0 101010 110111 10011 1110 110110 111011

Color Harmonies of #CF785E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF785E

Black with #CF785E

Text Example


Text Example

White with #CF785E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF785E; }

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

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

background-color css

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

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

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

border-color css

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

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

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