Html Css Color HEX #CF785C Japonica

📋 copy color: '#CF785C'

red 207 ◦ green 120 ◦ blue 92

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

Shades of Japonica #CF785C

Tints of Japonica #CF785C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.96%

R = 49.4%
G = 28.64%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CF785C (or 0xCF785C) is known color: Japonica. HEX triplet: CF, 78 and 5C. RGB value is (207,120,92). Sum of RGB (Red+Green+Blue) = 207+120+92=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 92 (36.33% from 255 or 21.96% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CF785C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF785C is #3087A3. Grayscale: #8F8F8F. Windows color (decimal): -3180452 or 6060239. OLE color: 6060239.

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

Color convert

RGB 207 120 92 -
CMYK 0 0.42 0.56 0.19
HSL 14.61º 0.55% 0.59% -
HSV(B) 14.61º 0.56% 0.81% -
XYZ 34.38 27.47 13.62 -
YUV 142.82 99.32 173.78 -
System Red Green Blue C M Y K H S L
Decimal 207 120 92 0 0.42 0.56 0.19 14.61 0.55 0.59
Hex CF 78 5C 0 2A 38 13 F 37 3B
Octal 317 170 134 0 52 70 23 17 67 73
Binary 11001111 1111000 1011100 0 101010 111000 10011 1111 110111 111011

Color Harmonies of #CF785C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF785C

Black with #CF785C

Text Example


Text Example

White with #CF785C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF785C; }

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

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

background-color css

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

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

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

border-color css

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

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

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