Html Css Color HEX #CF795E Japonica

📋 copy color: '#CF795E'

red 207 ◦ green 121 ◦ blue 94

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

Shades of Japonica #CF795E

Tints of Japonica #CF795E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.67%

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

R = 49.05%
G = 28.67%
B = 22.27%

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

#CF795E (or 0xCF795E) is known color: Japonica. HEX triplet: CF, 79 and 5E. RGB value is (207,121,94). Sum of RGB (Red+Green+Blue) = 207+121+94=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 121 (47.66% from 255 or 28.67% from 422); Blue value is 94 (37.11% from 255 or 22.27% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CF795E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF795E is #3086A1. Grayscale: #8F8F8F. Windows color (decimal): -3180194 or 6191567. OLE color: 6191567.

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

Color convert

RGB 207 121 94 -
CMYK 0 0.42 0.55 0.19
HSL 14.34º 0.54% 0.59% -
HSV(B) 14.34º 0.55% 0.81% -
XYZ 34.59 27.75 14.12 -
YUV 143.64 99.99 173.2 -
System Red Green Blue C M Y K H S L
Decimal 207 121 94 0 0.42 0.55 0.19 14.34 0.54 0.59
Hex CF 79 5E 0 2A 37 13 E 36 3B
Octal 317 171 136 0 52 67 23 16 66 73
Binary 11001111 1111001 1011110 0 101010 110111 10011 1110 110110 111011

Color Harmonies of #CF795E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF795E

Black with #CF795E

Text Example


Text Example

White with #CF795E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF795E; }

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

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

background-color css

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

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

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

border-color css

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

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

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