Html Css Color HEX #CF785A Japonica

📋 copy color: '#CF785A'

red 207 ◦ green 120 ◦ blue 90

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

Shades of Japonica #CF785A

Tints of Japonica #CF785A

RGB

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

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

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

R = 49.64%
G = 28.78%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF785A (or 0xCF785A) is known color: Japonica. HEX triplet: CF, 78 and 5A. RGB value is (207,120,90). Sum of RGB (Red+Green+Blue) = 207+120+90=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 120 (47.27% from 255 or 28.78% from 417); Blue value is 90 (35.55% from 255 or 21.58% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CF785A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF785A is #3087A5. Grayscale: #8E8E8E. Windows color (decimal): -3180454 or 5929167. OLE color: 5929167.

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

Color convert

RGB 207 120 90 -
CMYK 0 0.42 0.57 0.19
HSL 15.38º 0.55% 0.58% -
HSV(B) 15.38º 0.57% 0.81% -
XYZ 34.29 27.44 13.16 -
YUV 142.59 98.32 173.94 -
System Red Green Blue C M Y K H S L
Decimal 207 120 90 0 0.42 0.57 0.19 15.38 0.55 0.58
Hex CF 78 5A 0 2A 39 13 F 37 3A
Octal 317 170 132 0 52 71 23 17 67 72
Binary 11001111 1111000 1011010 0 101010 111001 10011 1111 110111 111010

Color Harmonies of #CF785A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF785A

Black with #CF785A

Text Example


Text Example

White with #CF785A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF785A; }

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

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

background-color css

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

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

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

border-color css

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

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

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